Skip to content

Commit 64edb73

Browse files
committed
[lit-test: Adapt to cosmetic asm offset changes with LLVM 21]
1 parent 4de521a commit 64edb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/dmd_style_asm_with_variable_and_offset_memory_reference.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uint getHighHalfOfGlobal(ulong value)
2626
{
2727
asm
2828
{
29-
// CHECK: movl ((4+(-8))+_someGlobalVariable)+8, %eax
29+
// CHECK: movl {{\(?\(?4\+\(?-8\)?\)?\+_someGlobalVariable\)?\+8}}, %eax
3030
mov EAX, dword ptr [someGlobalVariable + 4];
3131
}
3232
}

0 commit comments

Comments
 (0)