diff options
| author | David Blaikie <dblaikie@gmail.com> | 2025-09-16 22:42:55 +0000 |
|---|---|---|
| committer | Douglas Yung <douglas.yung@sony.com> | 2025-10-06 14:43:40 +0000 |
| commit | 05b5090e961f6b45ba9144d4d846e0f174d0aedf (patch) | |
| tree | 53ea5005759092a109dbb1af2c306b7a4bf28ac4 | |
| parent | 2cb08dbb39b17c4936cc604c9ca11a3f0f9d23c5 (diff) | |
Port 5b4819e to release/21.x
Fix for the port of 665e875 to release/21.x in PR156664
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-structured-binding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-structured-binding.cpp b/clang/test/CodeGenCXX/debug-info-structured-binding.cpp index 4a4a4d8bdfaa..8032ce85c9e2 100644 --- a/clang/test/CodeGenCXX/debug-info-structured-binding.cpp +++ b/clang/test/CodeGenCXX/debug-info-structured-binding.cpp @@ -10,7 +10,7 @@ // CHECK: getelementptr inbounds nuw %struct.A, ptr {{.*}}, i32 0, i32 1, !dbg ![[Y1_DEBUG_LOC:[0-9]+]] // CHECK: getelementptr inbounds nuw %struct.A, ptr {{.*}}, i32 0, i32 1, !dbg ![[Y2_DEBUG_LOC:[0-9]+]] // CHECK: load ptr, ptr %z2, {{.*}}!dbg ![[Z2_DEBUG_LOC:[0-9]+]] -// CHECK: getelementptr inbounds [2 x i32], ptr {{.*}}, i64 0, i64 1, !dbg ![[A2_DEBUG_LOC:[0-9]+]] +// CHECK: getelementptr inbounds [2 x i32], ptr {{.*}}, i{{64|32}} 0, i{{64|32}} 1, !dbg ![[A2_DEBUG_LOC:[0-9]+]] // CHECK: getelementptr inbounds nuw { i32, i32 }, ptr {{.*}}, i32 0, i32 1, !dbg ![[C2_DEBUG_LOC:[0-9]+]] // CHECK: extractelement <2 x i32> {{.*}}, i32 1, !dbg ![[V2_DEBUG_LOC:[0-9]+]] // CHECK: ![[VAR_0]] = !DILocalVariable(name: "a" |
