forked from OSchip/llvm-project
test fix: add missing system-darwin REQUIRES
The test should only run with a Darwin driver only.
This commit is contained in:
parent
565603cc94
commit
1a342ff375
|
@ -1,6 +1,7 @@
|
|||
// RUN: env SDKROOT="/" %clang -arch arm64 -c -### %s 2>&1 | \
|
||||
// RUN: FileCheck %s
|
||||
//
|
||||
// REQUIRES: system-darwin
|
||||
// XFAIL: apple-silicon-mac
|
||||
//
|
||||
// CHECK: "-triple" "arm64-apple-ios{{[0-9.]+}}"
|
||||
|
|
Loading…
Reference in New Issue