File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 896
896
// RUN: %clang --target=riscv64-linux-gnu -fsanitize=scudo %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SCUDO
897
897
// CHECK-SCUDO: "-fsanitize=scudo"
898
898
899
- // RUN: %clang --target=x86_64-linux-gnu -fsanitize=scudo %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SCUDO-PIE
900
- // RUN: %clang --target=arm-linux-androideabi -fsanitize=scudo %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SCUDO-PIE
901
- // CHECK-SCUDO-PIE: "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie"
902
- // CHECK-SCUDO-PIE: "-pie"
903
-
904
899
// RUN: %clang --target=x86_64-linux-gnu -fsanitize=scudo,undefined %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SCUDO-UBSAN
905
900
// CHECK-SCUDO-UBSAN: "-fsanitize={{.*}}scudo"
906
901
Original file line number Diff line number Diff line change 896
896
// RUN: --sysroot=%S/Inputs/basic_linux_tree \
897
897
// RUN: | FileCheck --check-prefix=CHECK-SCUDO-LINUX %s
898
898
// CHECK-SCUDO-LINUX: "{{.*}}ld{{(.exe)?}}"
899
- // CHECK-SCUDO-LINUX: "-pie"
900
899
// CHECK-SCUDO-LINUX: "--whole-archive" "{{.*}}libclang_rt.scudo_standalone-i386.a" "--no-whole-archive"
901
900
// CHECK-SCUDO-LINUX-NOT: "-lstdc++"
902
901
// CHECK-SCUDO-LINUX: "-lpthread"
You can’t perform that action at this time.
0 commit comments