diff options
Diffstat (limited to 'llvm/test/DebugInfo/PowerPC/tls.ll')
-rw-r--r-- | llvm/test/DebugInfo/PowerPC/tls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/PowerPC/tls.ll b/llvm/test/DebugInfo/PowerPC/tls.ll index 7e6597c743b..85d682201be 100644 --- a/llvm/test/DebugInfo/PowerPC/tls.ll +++ b/llvm/test/DebugInfo/PowerPC/tls.ll @@ -8,7 +8,7 @@ ; DW_OP_const8u ; CHECK: .byte 14 ; The debug relocation of the address of the tls variable -; CHECK: .quad tls@dtprel+32768 +; CHECK: .quad tls@DTPREL+32768 ; DW_OP_GNU_push_tls_address ; CHECK: .byte 224 |