X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FDebugInfo%2FX86%2Ftls.ll;fp=test%2FDebugInfo%2FX86%2Ftls.ll;h=8c6ae9e0cb285b02c6f0fc459c0082f1a5931315;hp=6f673dd378bdc7cc431e47fbc7ad87afa69c2a2f;hb=d31f89ebc16fc9e1ba26acad741e62d38890ad4c;hpb=f0c07c3691237ec68c44946a014b0ad79a7b9faf diff --git a/test/DebugInfo/X86/tls.ll b/test/DebugInfo/X86/tls.ll index 6f673dd378b..8c6ae9e0cb2 100644 --- a/test/DebugInfo/X86/tls.ll +++ b/test/DebugInfo/X86/tls.ll @@ -7,6 +7,9 @@ ; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-linux-gnu -split-dwarf=Enable \ ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=FISSION %s +; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-scei-ps4 \ +; RUN: | FileCheck --check-prefix=CHECK --check-prefix=SINGLE --check-prefix=SINGLE-64 %s + ; FIXME: add relocation and DWARF expression support to llvm-dwarfdump & use ; that here instead of raw assembly printing