forked from OSchip/llvm-project
[clang][driver] Only run multi-arch tests on Darwin
This fixes the test introduced in a85670001b
that causes failures on non-Darwin systems.
This commit is contained in:
parent
b422dac240
commit
2de36d0369
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: system-darwin
|
||||
|
||||
// RUN: rm -rf %t && mkdir -p %t
|
||||
// RUN: %clang -fdriver-only -o %t/out %s -mtargetos=macos12 -arch arm64 -arch x86_64 -MJ %t/compilation_database.json
|
||||
// RUN: FileCheck --input-file=%t/compilation_database.json %s
|
||||
|
|
Loading…
Reference in New Issue