[PATCH] D27273: Fix module map to create a module for the configured header Config/abi-breaking.h
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 13:17:46 PST 2016
mehdi_amini added inline comments.
================
Comment at: llvm/include/llvm/module.modulemap.build:6
}
+module LLVM_Config_gen {
+ header "Config/abi-breaking.h"
----------------
bruno wrote:
> LLVM_Config_gen => LLVM_Config_ABI_Breaking
Is used `LLVM_Config_gen` for `generated files`, this is not the only header in the build directory and I was wondering if we shouldn't export more? (Not urgent though)
https://reviews.llvm.org/D27273
More information about the llvm-commits
mailing list