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 7150fe93935..0f6f82af6e1 100644 --- a/llvm/include/llvm/module.modulemap.build +++ b/llvm/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 * +} |