================ @@ -13,9 +13,14 @@ #ifndef LLVM_FRONTEND_DRIVER_CODEGENOPTIONS_H #define LLVM_FRONTEND_DRIVER_CODEGENOPTIONS_H +#include "llvm/ProfileData/InstrProfCorrelator.h" +#include <string> namespace llvm { class Triple; class TargetLibraryInfoImpl; +extern llvm::cl::opt<bool> DebugInfoCorrelate; ---------------- tarunprabhu wrote:
Is it necessary to have this in a header? Is it used anywhere outside CodeGenOptions.cpp? Please see the [visibility](https://llvm.org/docs/CodingStandards.html#restrict-visibility) section in the LLVM coding standards document for a discussion of this. 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