diff options
Diffstat (limited to 'lld/test/dead-strip-basic.objtxt')
-rw-r--r-- | lld/test/dead-strip-basic.objtxt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/dead-strip-basic.objtxt b/lld/test/dead-strip-basic.objtxt index 206e3d8d673..94af8e2b1df 100644 --- a/lld/test/dead-strip-basic.objtxt +++ b/lld/test/dead-strip-basic.objtxt @@ -1,5 +1,5 @@ -# RUN: lld-core -dead-strip=true %s | FileCheck -check-prefix=CHK1 %s -# RUN: lld-core -dead-strip=false %s | FileCheck -check-prefix=CHK2 %s +# RUN: lld -core --dead-strip %s | FileCheck -check-prefix=CHK1 %s +# RUN: lld -core %s | FileCheck -check-prefix=CHK2 %s # # Test that -dead-strip removes unreachable code and data |