[PATCH] D17005: Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 17:39:58 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL260186: Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726. (authored by dlkreitz).
Changed prior to commit:
http://reviews.llvm.org/D17005?vs=47262&id=47279#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17005
Files:
llvm/trunk/include/llvm/module.modulemap
Index: llvm/trunk/include/llvm/module.modulemap
===================================================================
--- llvm/trunk/include/llvm/module.modulemap
+++ llvm/trunk/include/llvm/module.modulemap
@@ -37,6 +37,9 @@
module Target {
umbrella "Target"
module * { export * }
+
+ // This is intended for (repeated) textual inclusion.
+ textual header "Target/TargetOpcodes.def"
}
// FIXME: Where should this go?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17005.47279.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/cf3cfd45/attachment.bin>
More information about the llvm-commits
mailing list