summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/tls.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-07-01 21:45:25 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-07-01 21:45:25 +0000
commita35ae962918258207f9092ccbdf4fffa1f2c70f1 (patch)
tree714e3c5d5f29eb0dd4fcfe1c4561cef6242ec35b /test/DebugInfo/X86/tls.ll
parent1307d8300f6fe97059998480c42b44faefbc9b99 (diff)
downloadllvm-a35ae962918258207f9092ccbdf4fffa1f2c70f1.tar.gz
llvm-a35ae962918258207f9092ccbdf4fffa1f2c70f1.tar.bz2
llvm-a35ae962918258207f9092ccbdf4fffa1f2c70f1.tar.xz
PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
Restrict the current TLS support to X86 ELF for now. Test that we don't produce it on PPC & we can flesh that test case out with the right thing once someone implements it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/tls.ll')
-rw-r--r--test/DebugInfo/X86/tls.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/tls.ll b/test/DebugInfo/X86/tls.ll
index 2ed673af84..e2a9af962c 100644
--- a/test/DebugInfo/X86/tls.ll
+++ b/test/DebugInfo/X86/tls.ll
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple=x86_64-unknown-unknown -O0 -filetype=asm < %s | FileCheck %s
-; RUN: llc -mtriple=i386-unknown-unknown -O0 -filetype=asm < %s | FileCheck --check-prefix=CHECK-32 %s
+; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %s | FileCheck %s
+; RUN: llc -mtriple=i386-linux -O0 -filetype=asm < %s | FileCheck --check-prefix=CHECK-32 %s
; FIXME: add relocation and DWARF expression support to llvm-dwarfdump & use
; that here instead of raw assembly printing