[PATCH] D25337: [Modules] Add a command line option for enabling the modules feature exclusively for the Clang builtins.
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 13:30:10 PDT 2016
bruno added a reviewer: bruno.
bruno added a comment.
Hi Elad,
Is there any reason why you can't explicit model this in your build system by pre-building the intrinsics and pointing to a module cache path containing the pcm files? By doing that we don't need to have a specific compile flag.
https://reviews.llvm.org/D25337
More information about the cfe-commits
mailing list