diff options
| author | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-03-02 17:44:52 +0000 |
|---|---|---|
| committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2015-03-02 17:44:52 +0000 |
| commit | 10ae2e52de3a049950dd5d4c6233893380e5948b (patch) | |
| tree | b4a0e1dfa2bc82840e88fc5a8ccc6c45d7fa5284 /llvm/test | |
| parent | b79ac88155e805015af1b5691e25a325c9eeda57 (diff) | |
| download | bcm5719-llvm-10ae2e52de3a049950dd5d4c6233893380e5948b.tar.gz bcm5719-llvm-10ae2e52de3a049950dd5d4c6233893380e5948b.zip | |
[PS4] Correct relocation for DWARF TLS references.
llvm-svn: 230979
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/X86/tls.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/tls.ll b/llvm/test/DebugInfo/X86/tls.ll index 6f673dd378b..8c6ae9e0cb2 100644 --- a/llvm/test/DebugInfo/X86/tls.ll +++ b/llvm/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 |

