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 27affd6 commit 8bac7cdCopy full SHA for 8bac7cd
lld/test/COFF/stub.test
@@ -27,7 +27,7 @@ CHECK1: AddressOfNewExeHeader: 64
27
CHECK2: lld-link: error: /stub: invalid DOS signature: {{.*}}
28
29
## Unlike MS linker, we accept non-8byte-aligned stubs and we add paddings ourselves
30
-# RUN: lld-link /out:%t.exe /entry:main /stub:%p/Inputs/stub64mz %t.obj
+# RUN: lld-link /out:%t.exe /entry:main /stub:%p/Inputs/stub68mz %t.obj
31
# RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK3 %s
32
33
CHECK3: Magic: MZ
0 commit comments