diff options
Diffstat (limited to 'test/Driver/ubsan-ld.c')
-rw-r--r-- | test/Driver/ubsan-ld.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Driver/ubsan-ld.c b/test/Driver/ubsan-ld.c deleted file mode 100644 index 775e669..0000000 --- a/test/Driver/ubsan-ld.c +++ /dev/null @@ -1,10 +0,0 @@ -// Test UndefinedBehaviorSanitizer ld flags. - -// RUN: %clang -fcatch-undefined-behavior %s -### -o %t.o 2>&1 \ -// RUN: -target i386-unknown-linux \ -// RUN: --sysroot=%S/Inputs/basic_linux_tree \ -// RUN: | FileCheck --check-prefix=CHECK-LINUX %s -// CHECK-LINUX: "{{.*}}ld{{(.exe)?}}" -// CHECK-LINUX-NOT: "-lc" -// CHECK-LINUX: libclang_rt.ubsan-i386.a" -// CHECK-LINUX: "-lpthread" |