We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322ff42 commit fe162beCopy full SHA for fe162be
clang/test/Driver/darwin-embedded-search-paths.c
@@ -33,11 +33,12 @@
33
// the cc1 arguments.
34
35
// CC1: "-cc1"
36
+// CC1: "-resource-dir" "[[RESOURCE_DIR:[^"]*]]"
37
// NO-CXX-NOT: "-internal-isystem" "{{.*}}/include/c++/v1"
38
// CXX-SAME: "-internal-isystem" "{{.*}}/include/c++/v1"
39
// ULI-SAME: "-internal-isystem" "[[SDKROOT]]/usr/local/include"
40
// EULI-SAME: "-isystem" "[[SDKROOT]]/embedded/usr/local/include"
-// CI-SAME: "-internal-isystem" "{{.*}}/clang/{{[[:digit:].]*}}/include"
41
+// CI-SAME: "-internal-isystem" "[[RESOURCE_DIR]]/include"
42
// UI-SAME: "-internal-externc-isystem" "[[SDKROOT]]/usr/include"
43
// EUI-SAME: "-internal-externc-isystem" "[[SDKROOT]]/embedded/usr/include"
44
// NO-FW-NOT: "-internal-iframework"
0 commit comments