[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:18:44 PST 2016
mehdi_amini updated this revision to Diff 79800.
mehdi_amini added a comment.
Rename the module as suggested by Bruno
https://reviews.llvm.org/D27273
Files:
llvm/include/llvm/module.modulemap.build
Index: llvm/include/llvm/module.modulemap.build
===================================================================
--- llvm/include/llvm/module.modulemap.build
+++ llvm/include/llvm/module.modulemap.build
@@ -3,3 +3,7 @@
header "Support/DataTypes.h"
export *
}
+module LLVM_Config_ABI_Breaking {
+ header "Config/abi-breaking.h"
+ export *
+}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27273.79800.patch
Type: text/x-patch
Size: 353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/e09450b4/attachment.bin>
More information about the llvm-commits
mailing list