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.
2 parents 2c9cfb9 + c099f0e commit 4b0757bCopy full SHA for 4b0757b
test/Driver/sdk.swift
@@ -15,8 +15,8 @@
15
// OSX: -sdk {{.*}}/Inputs/clang-importer-sdk
16
// OSX: {{.*}}.o{{[ "]}}
17
// OSX: {{-syslibroot|--sysroot}} {{[^ ]*}}/Inputs/clang-importer-sdk
18
-// OSX: -L {{[^ ]*}}/Inputs/clang-importer-sdk/usr/lib/swift
19
-// OSX: -rpath {{[^ ]*}}/Inputs/clang-importer-sdk/usr/lib/swift
+// OSX: -L {{[^ ]*}}/Inputs/clang-importer-sdk{{/|\\\\}}usr{{/|\\\\}}lib{{/|\\\\}}swift
+// OSX: -rpath {{[^ ]*}}/Inputs/clang-importer-sdk{{/|\\\\}}usr{{/|\\\\}}lib{{/|\\\\}}swift
20
21
// LINUX-NOT: warning: no such SDK:
22
// LINUX: bin{{/|\\\\}}swift
0 commit comments