forked from OSchip/llvm-project
[Driver] Fix & re-enable DriverKit test
This reverts commit ce6989fd8a
.
This commit is contained in:
parent
6d71c4e86b
commit
79fe9aaf6a
|
@ -1,7 +1,7 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: darwin
|
||||
// FIXME: Breaks on non-macOS:
|
||||
// http://45.33.8.238/linux/85125/step_7.txt
|
||||
// UNSUPPORTED: system-windows
|
||||
// Windows is unsupported because we use the Unix path separator `\`.
|
||||
|
||||
// RUN: %clang %s -target x86_64-apple-driverkit19.0 -mlinker-version=0 \
|
||||
// RUN: -isysroot %S/Inputs/DriverKit19.0.sdk -### 2>&1 \
|
||||
// RUN: | FileCheck %s --check-prefix=LD64-OLD
|
||||
|
@ -25,7 +25,6 @@ int main() { return 0; }
|
|||
|
||||
|
||||
// RUN: %clang %s -target x86_64-apple-driverkit19.0 -isysroot %S/Inputs/DriverKit19.0.sdk -E -v -x c++ 2>&1 | FileCheck %s --check-prefix=INC
|
||||
// RUN: %clang %s -arch x86_64 -isysroot %S/Inputs/DriverKit19.0.sdk -E -v -x c++ 2>&1 | FileCheck %s --check-prefix=INC
|
||||
//
|
||||
// INC: -isysroot [[PATH:[^ ]*/Inputs/DriverKit19.0.sdk]]
|
||||
// INC-LABEL: #include <...> search starts here:
|
||||
|
|
Loading…
Reference in New Issue