[llvm-commits] CVS: llvm/test/CodeGen/ARM/tls1.ll
Lauro Ramos Venancio
lauro.venancio at gmail.com
Fri Apr 27 14:23:36 PDT 2007
Changes in directory llvm/test/CodeGen/ARM:
tls1.ll updated: 1.1 -> 1.2
---
Log message:
fix the test tls1.
---
Diffs of the changes: (+7 -6)
tls1.ll | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
Index: llvm/test/CodeGen/ARM/tls1.ll
diff -u llvm/test/CodeGen/ARM/tls1.ll:1.1 llvm/test/CodeGen/ARM/tls1.ll:1.2
--- llvm/test/CodeGen/ARM/tls1.ll:1.1 Fri Apr 27 16:08:48 2007
+++ llvm/test/CodeGen/ARM/tls1.ll Fri Apr 27 16:23:17 2007
@@ -1,9 +1,10 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu | \
-; RUN: grep {movl %gs:i at NTPOFF, %eax}
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu | \
-; RUN: grep {leal i at NTPOFF(%eax), %eax}
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu -relocation-model=pic | \
-; RUN: grep {leal i at TLSGD(,%ebx,1), %eax}
+; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-linux-gnueabi | \
+; RUN: grep {i(tpoff)}
+; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-linux-gnueabi | \
+; RUN: grep {__aeabi_read_tp}
+; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-linux-gnueabi \
+; RUN: -relocation-model=pic | grep {__tls_get_addr}
+
@i = thread_local global i32 15 ; <i32*> [#uses=2]
More information about the llvm-commits
mailing list