diff options
Diffstat (limited to 'test/ELF/pie.s')
| -rw-r--r-- | test/ELF/pie.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/pie.s b/test/ELF/pie.s index 5964db5c9399..3efd6e337c64 100644 --- a/test/ELF/pie.s +++ b/test/ELF/pie.s @@ -48,7 +48,7 @@ # CHECK: Type: PT_DYNAMIC ## Check -nopie -# RUN: ld.lld -nopie %t1.o -o %t2 +# RUN: ld.lld -no-pie %t1.o -o %t2 # RUN: llvm-readobj -file-headers -r %t2 | FileCheck %s --check-prefix=NOPIE # NOPIE-NOT: Type: SharedObject |
