[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
Thu Dec 1 11:18:49 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL288400: Fix module map to create a module for the configured header Config/abi-breaking. (authored by mehdi_amini).
Changed prior to commit:
https://reviews.llvm.org/D27273?vs=79800&id=79955#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27273
Files:
llvm/trunk/include/llvm/module.modulemap.build
Index: llvm/trunk/include/llvm/module.modulemap.build
===================================================================
--- llvm/trunk/include/llvm/module.modulemap.build
+++ llvm/trunk/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.79955.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161201/6fac45c0/attachment.bin>
More information about the llvm-commits
mailing list