forked from OSchip/llvm-project
[clang] use a different name for generated test cdb
if build system copied source files as readonly, then override of db_tu.json will fail
This commit is contained in:
parent
eba3ee04d4
commit
b109172d99
|
@ -8,6 +8,6 @@
|
|||
|
||||
// Scan dependencies of the TU:
|
||||
//
|
||||
// RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_tu.json > %t/cdb_tu.json
|
||||
// RUN: clang-scan-deps -compilation-database %t/cdb_tu.json -format experimental-full \
|
||||
// RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_tu.json > %t/cdb.json
|
||||
// RUN: clang-scan-deps -compilation-database %t/cdb.json -format experimental-full \
|
||||
// RUN: -generate-modules-path-args -module-files-dir %t/build
|
||||
|
|
Loading…
Reference in New Issue