diff --git a/include/llvm/module.modulemap.build b/include/llvm/module.modulemap.build index 7150fe93935..0f6f82af6e1 100644 --- a/include/llvm/module.modulemap.build +++ b/include/llvm/module.modulemap.build @@ -3,3 +3,7 @@ module LLVM_Support_DataTypes { header "Support/DataTypes.h" export * } +module LLVM_Config_ABI_Breaking { + header "Config/abi-breaking.h" + export * +}