diff options
-rw-r--r-- | llvm/include/llvm/module.modulemap.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap.build b/llvm/include/llvm/module.modulemap.build index 0f6f82af6e1..162a262a00a 100644 --- a/llvm/include/llvm/module.modulemap.build +++ b/llvm/include/llvm/module.modulemap.build @@ -7,3 +7,7 @@ module LLVM_Config_ABI_Breaking { header "Config/abi-breaking.h" export * } +module LLVM_Config_Config { + header "Config/llvm-config.h" + export * +} |