[PATCH] D26146: [ThinLTO] Prevent exporting of locals used/defined in module level asm

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 09:26:59 PST 2016


mehdi_amini added inline comments.


================
Comment at: test/ThinLTO/X86/module_asm2.ll:73
+  ret i32 %1
+}
----------------
Can you add a comment to this file explaining what you're testing, maybe with each of the CHECK groups.


https://reviews.llvm.org/D26146





More information about the llvm-commits mailing list