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 4b29c19 commit 5c53c84Copy full SHA for 5c53c84
clang/test/ClangScanDeps/modules-debug-dir.c
@@ -8,7 +8,7 @@
8
//--- cdb.json.in
9
[{
10
"directory": "DIR",
11
- "command": "clang -c -g -gmodules DIR/tu.c -fmodules -fmodules-cache-path=DIR/cache -IDIR/include/ -fdebug-compilation-dir=DIR -o DIR/tu.o",
+ "command": "clang -target x86_64-apple-darwin -c -g -gmodules DIR/tu.c -fmodules -fmodules-cache-path=DIR/cache -IDIR/include/ -fdebug-compilation-dir=DIR -o DIR/tu.o",
12
"file": "DIR/tu.c"
13
}]
14
@@ -26,5 +26,5 @@ module mod {
26
// directory when current working directory optimization is in effect.
27
// CHECK: "modules": [
28
// CHECK: "command-line": [
29
-// CHECK: "-fdebug-compilation-dir={{\/|C:|\/\/net}}",
+// CHECK: "-fdebug-compilation-dir=/",
30
// CHECK: "translation-units": [
0 commit comments