Skip to content

Commit

Permalink
[JITLink][COFF] Delete trailing whitespace in testcase. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames authored and smallp-o-p committed Nov 3, 2024
1 parent 1193422 commit 0351cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/ExecutionEngine/JITLink/x86-64/COFF_pdata_strip.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
# RUN:
# RUN:
# RUN: llvm-jitlink -abs __ImageBase=0xdeadbeaf -noexec %t \
# RUN: -slab-allocate 100Kb -slab-address 0xfff00000 -slab-page-size 4096 \
# RUN: -show-graphs='.*' -noexec 2>&1 | FileCheck %s
Expand All @@ -14,7 +14,7 @@
# CHECK-EMPTY:

.text

.def main;
.scl 2;
.type 32;
Expand All @@ -31,7 +31,7 @@ main:
.type 32;
.endef
.p2align 4, 0x90
func:
func:
.seh_proc func
subq $40, %rsp
.seh_stackalloc 40
Expand Down

0 comments on commit 0351cf5

Please sign in to comment.