[llvm] [AMDGPU][LTO] Assume closed world after linking (PR #105845)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 11:48:07 PDT 2024


================
@@ -1066,6 +1066,10 @@ static bool runImpl(Module &M, AnalysisGetter &AG, TargetMachine &TM,
 
   Attributor A(Functions, InfoCache, AC);
 
+  dbgs() << "Module " << M.getName() << " is "
----------------
shiltian wrote:

Where the `LLVM_DEBUG` macro?

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


More information about the llvm-commits mailing list