diff options
| -rw-r--r-- | lld/test/MinGW/driver.test | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lld/test/MinGW/driver.test b/lld/test/MinGW/driver.test index b8bc2ddea8a..00c850e96f3 100644 --- a/lld/test/MinGW/driver.test +++ b/lld/test/MinGW/driver.test @@ -192,14 +192,14 @@ RUN: ld.lld -### -m i386pep foo.o -appcontainer | FileCheck -check-prefix APPCON RUN: ld.lld -### -m i386pep foo.o --appcontainer | FileCheck -check-prefix APPCONTAINER %s APPCONTAINER: -appcontainer -# RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s -# RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s -# RUN: not ld.lld -m i386pep -v xyz 2>&1 | FileCheck -check-prefix=VERSION %s -# VERSION: LLD {{.*}} (compatible with GNU linkers) - -# RUN: ld.lld -m i386pep --help 2>&1 | FileCheck -check-prefix=HELP %s -# HELP: USAGE: -# HELP: --enable-auto-import +RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s +RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s +RUN: not ld.lld -m i386pep -v xyz 2>&1 | FileCheck -check-prefix=VERSION %s +VERSION: LLD {{.*}} (compatible with GNU linkers) + +RUN: ld.lld -m i386pep --help 2>&1 | FileCheck -check-prefix=HELP %s +HELP: USAGE: +HELP: --enable-auto-import RUN: ld.lld -### -m i386pep foo.o -delayload user32.dll --delayload shell32.dll | FileCheck -check-prefix DELAYLOAD %s RUN: ld.lld -### -m i386pep foo.o -delayload=user32.dll --delayload=shell32.dll | FileCheck -check-prefix DELAYLOAD %s |

