[PATCH] D27140: Allow clang to write compilation database records

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 5 14:46:23 PST 2016


arichardson added a comment.

It would also be good to append --sysroot=DEFAULT_SYSROOT if DEFAULT_SYSROOT is not empty and there is no explicit --sysroot flag. That way the compilation database can also be consumed by a libclang based too that does not have the same DEFAULT_SYSROOT set.


Repository:
  rL LLVM

https://reviews.llvm.org/D27140





More information about the cfe-commits mailing list