diff options
Diffstat (limited to 'test/Driver/gold-lto.c')
-rw-r--r-- | test/Driver/gold-lto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Driver/gold-lto.c b/test/Driver/gold-lto.c index 18a293b..db6786f 100644 --- a/test/Driver/gold-lto.c +++ b/test/Driver/gold-lto.c @@ -22,5 +22,4 @@ // // RUN: %clang -target i686-linux-android -### %t.o -flto 2>&1 \ // RUN: | FileCheck %s --check-prefix=CHECK-X86-ANDROID -// CHECK-X86-ANDROID: "-pie" // CHECK-X86-ANDROID: "-plugin" "{{.*}}/LLVMgold.so" |