forked from OSchip/llvm-project
[PS4] Add an additional test for ASan+UBSan
llvm-svn: 254723
This commit is contained in:
parent
6f3fa20c76
commit
3e127d984f
|
@ -311,3 +311,7 @@
|
|||
// CHECK-MSAN-PS4: unsupported option '-fsanitize=memory' for target 'x86_64-scei-ps4'
|
||||
// RUN: %clang -target x86_64-scei-ps4 -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-PS4
|
||||
// CHECK-TSAN-PS4: unsupported option '-fsanitize=thread' for target 'x86_64-scei-ps4'
|
||||
// RUN: %clang -target x86_64-scei-ps4 -fsanitize=address %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ASAN-PS4
|
||||
// Make sure there are no *.{o,bc} or -l passed before the ASan library.
|
||||
// CHECK-ASAN-PS4-NOT: {{(\.(o|bc)"? |-l).*-lSceDbgAddressSanitizer_stub_weak}}
|
||||
// CHECK-ASAN-PS4: -lSceDbgAddressSanitizer_stub_weak
|
||||
|
|
Loading…
Reference in New Issue