Author: Julian Lettner Date: 2022-08-26T18:32:51-07:00 New Revision: 5284cf0098c150137983d9e6326fc1ac014428a6
URL: https://github.com/llvm/llvm-project/commit/5284cf0098c150137983d9e6326fc1ac014428a6 DIFF: https://github.com/llvm/llvm-project/commit/5284cf0098c150137983d9e6326fc1ac014428a6.diff LOG: [Clang][Driver] Temporarily disable failing DriverKit test Added: Modified: clang/test/Driver/driverkit-path.c Removed: ################################################################################ diff --git a/clang/test/Driver/driverkit-path.c b/clang/test/Driver/driverkit-path.c index 755cb228e7ed6..0aa3e958b2908 100644 --- a/clang/test/Driver/driverkit-path.c +++ b/clang/test/Driver/driverkit-path.c @@ -1,4 +1,7 @@ // REQUIRES: x86-registered-target +// REQUIRES: darwin +// FIXME: Breaks on non-macOS: +// http://45.33.8.238/linux/85125/step_7.txt // 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits