================ @@ -20,8 +20,13 @@ #include "mlir/IR/OwningOpRef.h" #include "llvm/ADT/StringRef.h" #include "llvm/IR/Module.h" +#include "llvm/Support/CommandLine.h" +#include "llvm/Support/PGOOptions.h" #include <memory> +namespace llvm { +extern cl::opt<llvm::PGOOptions::ColdFuncOpt> ClPGOColdFuncAttr; +} // namespace llvm ---------------- tblah wrote:
nit: I would put this `extern` in `flang/lib/Frontend/FrontendActions.cpp` because there is no need for this implementation detail to be part of the public interface. https://github.com/llvm/llvm-project/pull/136098 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits