[PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 10:46:01 PDT 2016


rafael added a comment.

The change to a test looks wrong.


================
Comment at: test/ELF/lto/unnamed-addr-comdat.ll:11
@@ -10,2 +10,2 @@
 
-; CHECK: @foo = internal unnamed_addr constant i32 42, comdat
+; CHECK: @foo = internal constant i32 42, comdat
----------------
Why is it being dropped in this case?



https://reviews.llvm.org/D24037





More information about the llvm-commits mailing list