[PATCH] D21892: Clang modules builds depend header-wise on it as they ship all headers from the umbrella folders.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 09:58:36 PDT 2016


beanz added a comment.

Crazy idea... What if when modules are enabled we had CMake write out placeholder files for the tablegen-generataed headers? Then the module maps would be generated to include the inc files, and the module maps would be re-generated after intrinsics_gen when the headers change. Would that solve this problem?


http://reviews.llvm.org/D21892





More information about the llvm-commits mailing list