================ @@ -0,0 +1,47 @@ +// UNSUPPORTED: system-windows +// RUN: rm -rf %t +// RUN: split-file %s %t +// RUN: sed -e "s|DIR|%/t|g" %t/cdb.json.template > %t/cdb.json +// RUN: sed -e "s|DIR|%/t|g" %t/cdb-by-name.json.template > %t/cdb-by-name.json + +// Translation-unit scanning: logging enabled via the driver command line in +// computeDependenciesForDriverCommandLine -> buildCompilation. ---------------- cyndyishida wrote:
nit: I would avoid adding comments in tests that hardcode function calls unless they are explicitly called in a test like in unit tests. https://github.com/llvm/llvm-project/pull/211966 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
