[PATCH] D20851: [LTO] Fix (wrong) TLS attribute mismatch

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 09:18:02 PDT 2016


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/ELF/lto/tls-preserve.ll:12
@@ +11,3 @@
+
+define i32 @_start(i32, i8**) {
+  %val = load i32, i32* @tsp_int, align 4
----------------
Simplify, you don't need the arguments for example.


http://reviews.llvm.org/D20851





More information about the llvm-commits mailing list