[PATCH] D14713: [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 04:53:06 PST 2015


grimar added inline comments.

================
Comment at: test/ELF/tls-opt.s:2
@@ +1,3 @@
+// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
+// RUN: ld.lld2 %t.o -o %t1
+// RUN: llvm-readobj -r %t1 | FileCheck --check-prefix=NORELOC %s
----------------
Forgot to switch to ld.lld here. Will be fixed.


http://reviews.llvm.org/D14713





More information about the llvm-commits mailing list