diff options
author | Fangrui Song <i@maskray.me> | 2025-03-02 21:50:01 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2025-03-02 21:50:01 -0800 |
commit | e11867039f0806bdfebeb33bb71d8ce3ba8ee33d (patch) | |
tree | f5e69907c15621936bb8dceb901628e4eff712ac | |
parent | aa1fe57b196de4255bb2516ef6c5515491c4aaab (diff) | |
download | llvm-e11867039f0806bdfebeb33bb71d8ce3ba8ee33d.zip llvm-e11867039f0806bdfebeb33bb71d8ce3ba8ee33d.tar.gz llvm-e11867039f0806bdfebeb33bb71d8ce3ba8ee33d.tar.bz2 |
[test] Replace tlsldo with TLSLDO to be consistent with most TLS*
-rw-r--r-- | llvm/test/DebugInfo/ARM/tls.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/ARM/tls.ll b/llvm/test/DebugInfo/ARM/tls.ll index fedc2af..53cb08d 100644 --- a/llvm/test/DebugInfo/ARM/tls.ll +++ b/llvm/test/DebugInfo/ARM/tls.ll @@ -18,10 +18,10 @@ source_filename = "test/DebugInfo/ARM/tls.ll" ; DW_OP_const4u ; CHECK: .byte 12 ; The debug relocation of the address of the tls variable -; CHECK: .long x(tlsldo) +; CHECK: .long x(TLSLDO) ; TODO: Add expected output for -emulated-tls tests. -; EMU-NOT: .long x(tlsldo) +; EMU-NOT: .long x(TLSLDO) !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression()) !1 = !DIGlobalVariable(name: "x", scope: null, file: !2, line: 1, type: !3, isLocal: false, isDefinition: true) |