[llvm] e118670 - [test] Replace tlsldo with TLSLDO to be consistent with most TLS*
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 2 21:50:06 PST 2025
Author: Fangrui Song
Date: 2025-03-02T21:50:01-08:00
New Revision: e11867039f0806bdfebeb33bb71d8ce3ba8ee33d
URL: https://github.com/llvm/llvm-project/commit/e11867039f0806bdfebeb33bb71d8ce3ba8ee33d
DIFF: https://github.com/llvm/llvm-project/commit/e11867039f0806bdfebeb33bb71d8ce3ba8ee33d.diff
LOG: [test] Replace tlsldo with TLSLDO to be consistent with most TLS*
Added:
Modified:
llvm/test/DebugInfo/ARM/tls.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/ARM/tls.ll b/llvm/test/DebugInfo/ARM/tls.ll
index fedc2af631d77..53cb08d0f299c 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)
More information about the llvm-commits
mailing list