parent
d081e88e79
commit
45bac8d4e8
|
|
@ -105,8 +105,7 @@
|
|||
// OK
|
||||
|
||||
// RUN: %clang -target x86_64-linux-gnu -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-NO-PIE
|
||||
// CHECK-TSAN-NO-PIE: "-mrelocation-model" "pic" "-pic-level" "2" "-pie-level" "2"
|
||||
// CHECK-TSAN-NO-PIE: "-pie"
|
||||
// CHECK-TSAN-NO-PIE: "-mrelocation-model" "static"
|
||||
|
||||
// RUN: %clang -target x86_64-linux-gnu -fsanitize=memory %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-MSAN-NO-PIE
|
||||
// CHECK-MSAN-NO-PIE: "-mrelocation-model" "pic" "-pic-level" "2" "-pie-level" "2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue