[test/ClangScanDeps] Add a target triple for macro-expansions.cpp

This should fix the `clang-ppc64-aix` builder.
This commit is contained in:
Argyrios Kyrtzidis 2022-05-26 17:18:32 -07:00
parent 5451c4b4fb
commit edcd06ba8b

View File

@ -15,7 +15,7 @@
//--- cdb.json.template
[{
"directory" : "DIR",
"command" : "clang -c DIR/test.cpp -o DIR/test.o",
"command" : "clang -target x86_64-apple-macosx10.7 -c DIR/test.cpp -o DIR/test.o",
"file" : "DIR/test.o"
}]