We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244ea40 commit fe52152Copy full SHA for fe52152
llvm/test/ExecutionEngine/JITLink/x86-64/COFF_pdata_strip.s
@@ -1,5 +1,5 @@
1
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
2
-# RUN:
+# RUN:
3
# RUN: llvm-jitlink -abs __ImageBase=0xdeadbeaf -noexec %t \
4
# RUN: -slab-allocate 100Kb -slab-address 0xfff00000 -slab-page-size 4096 \
5
# RUN: -show-graphs='.*' -noexec 2>&1 | FileCheck %s
@@ -14,7 +14,7 @@
14
# CHECK-EMPTY:
15
16
.text
17
-
+
18
.def main;
19
.scl 2;
20
.type 32;
@@ -31,7 +31,7 @@ main:
31
32
.endef
33
.p2align 4, 0x90
34
-func:
+func:
35
.seh_proc func
36
subq $40, %rsp
37
.seh_stackalloc 40
0 commit comments