Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[lit-test: Adapt to cosmetic asm offset changes with LLVM 21]
  • Loading branch information
kinke committed Dec 17, 2025
commit e6eb0afeaa3a14fd28e89f6ee31fb2bdf664f289
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uint getHighHalfOfGlobal(ulong value)
{
asm
{
// CHECK: movl ((4+(-8))+_someGlobalVariable)+8, %eax
// CHECK: movl {{\(?\(?4\+\(?-8\)?\)?\+_someGlobalVariable\)?\+8}}, %eax
mov EAX, dword ptr [someGlobalVariable + 4];
}
}
Expand Down