forked from OSchip/llvm-project
[test][clang][driver] Add required features.
- to avoid false alarms on builds without that features.
This commit is contained in:
parent
472d282046
commit
4f4e68799f
|
@ -1,3 +1,6 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: arm-registered-target
|
||||
|
||||
// RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \
|
||||
// RUN: | FileCheck %s
|
||||
// CHECK: "-o" "save-temps.i"
|
||||
|
|
Loading…
Reference in New Issue