[clang] [Profile] Add binary profile correlation to offload profile metadata at runtime. (PR #69493)

Zequan Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 12:16:01 PDT 2023


================
@@ -60,10 +60,7 @@ using namespace llvm;
 #define DEBUG_TYPE "instrprof"
 
 namespace llvm {
-cl::opt<bool>
-    DebugInfoCorrelate("debug-info-correlate",
-                       cl::desc("Use debug info to correlate profiles."),
-                       cl::init(false));
----------------
ZequanWu wrote:

I refactored some code to #69656 and kept this flag `-debug-info-correlate`.

https://github.com/llvm/llvm-project/pull/69493


More information about the cfe-commits mailing list