diff options
Diffstat (limited to 'test/pecoff/noentry.test')
| -rw-r--r-- | test/pecoff/noentry.test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/pecoff/noentry.test b/test/pecoff/noentry.test deleted file mode 100644 index 55b326dd84cb..000000000000 --- a/test/pecoff/noentry.test +++ /dev/null @@ -1,10 +0,0 @@ -# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj -# RUN: lld -flavor link /out:%t.exe /noentry /dll -- %t.obj -# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s - -CHECK: AddressOfEntryPoint: 0x0 - -# RUN: not lld -flavor link /out:%t.exe /noentry -- %t.obj >& %t.log -# RUN: FileCheck --check-prefix=ERROR %s < %t.log - -ERROR: /noentry must be specified with /dll |
