diff options
Diffstat (limited to 'lld/test/pecoff/peplus.test')
| -rw-r--r-- | lld/test/pecoff/peplus.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lld/test/pecoff/peplus.test b/lld/test/pecoff/peplus.test index b3717ce53ae..461bb534d38 100644 --- a/lld/test/pecoff/peplus.test +++ b/lld/test/pecoff/peplus.test @@ -1,5 +1,7 @@ +# RUN: yaml2obj %p/Inputs/nop64.obj.yaml > %t.obj + # RUN: lld -flavor link /out:%t.exe /subsystem:console /machine:x64 \ -# RUN: /entry:start -- %p/Inputs/nop64.obj +# RUN: /entry:start -- %t.obj # RUN: llvm-readobj -file-headers %t.exe | FileCheck %s CHECK: Format: COFF-x86-64 |

