forked from OSchip/llvm-project
[clang][test] Recognize leading unscore for macos
Additionally mark this test unsupported for ps5 in addition to ps4, niether support -fuse-ld=
This commit is contained in:
parent
252cea037b
commit
c175d80be2
|
@ -1,11 +1,11 @@
|
|||
// REQUIRES: lld
|
||||
// UNSUPPORTED: ps4
|
||||
// UNSUPPORTED: ps4, ps5
|
||||
|
||||
// RUN: not %clang %s -nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t -fcrash-diagnostics=all 2>&1 \
|
||||
// RUN: | FileCheck %s
|
||||
|
||||
// check that we still get lld's output
|
||||
// CHECK: error: undefined symbol: a
|
||||
// CHECK: error: undefined symbol: {{_?}}a
|
||||
|
||||
// CHECK: Preprocessed source(s) and associated run script(s) are located at:
|
||||
// CHECK-NEXT: note: diagnostic msg: {{.*}}lld-repro-{{.*}}.c
|
||||
|
|
Loading…
Reference in New Issue