mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-03 08:02:41 +00:00
[test/ClangScanDeps] Add a target triple for macro-expansions.cpp
This should fix the `clang-ppc64-aix` builder.
This commit is contained in:
parent
5451c4b4fb
commit
edcd06ba8b
@ -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"
|
||||
}]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user