[PATCH] D27396: Install the LLVM header module.modulemaps

Eric Fiselier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 13:53:58 PST 2016


EricWF planned changes to this revision.
EricWF added a comment.

After installing the `module.modulemap` LLVM fails to build because when building the modules it finds both the in-tree map and installed map. I think fixing this will require changing the Clang `module.modulemap` search behavior.


https://reviews.llvm.org/D27396





More information about the llvm-commits mailing list