[llvm] r239794 - modules: Mark CodeGen/DIEValues.def as a textual inclusion
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Jun 15 17:43:52 PDT 2015
Author: dexonsmith
Date: Mon Jun 15 19:43:52 2015
New Revision: 239794
URL: http://llvm.org/viewvc/llvm-project?rev=239794&view=rev
Log:
modules: Mark CodeGen/DIEValues.def as a textual inclusion
Mark CodeGen/DIEValues.def as a textual inclusion to fix the
`LLVM_ENABLE_MODULES` build.
Modified:
llvm/trunk/include/llvm/module.modulemap
Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=239794&r1=239793&r2=239794&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Mon Jun 15 19:43:52 2015
@@ -29,6 +29,9 @@ module LLVM_Backend {
exclude header "CodeGen/CommandFlags.h"
exclude header "CodeGen/LinkAllAsmWriterComponents.h"
exclude header "CodeGen/LinkAllCodegenComponents.h"
+
+ // These are intended for (repeated) textual inclusion.
+ textual header "CodeGen/DIEValue.def"
}
module Target {
More information about the llvm-commits
mailing list