[PATCH] D137484: [Test] Fix driverkit-path.c with lib64 dir
Thomas Preud'homme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 01:54:58 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf3a86a23c10d: [Test] Fix driverkit-path.c with lib64 dir (authored by thopre).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137484/new/
https://reviews.llvm.org/D137484
Files:
clang/test/Driver/driverkit-path.c
Index: clang/test/Driver/driverkit-path.c
===================================================================
--- clang/test/Driver/driverkit-path.c
+++ clang/test/Driver/driverkit-path.c
@@ -29,6 +29,6 @@
// INC: -isysroot [[PATH:[^ ]*/Inputs/DriverKit19.0.sdk]]
// INC-LABEL: #include <...> search starts here:
// INC: [[PATH]]/System/DriverKit/usr/local/include
-// INC: /lib/clang/{{[^/ ]+}}/include
+// INC: /lib{{(64)?}}/clang/{{[^/ ]+}}/include
// INC: [[PATH]]/System/DriverKit/usr/include
// INC: [[PATH]]/System/DriverKit/System/Library/Frameworks (framework directory)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137484.473922.patch
Type: text/x-patch
Size: 621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221108/50b28ee3/attachment.bin>
More information about the cfe-commits
mailing list