[llvm] r229154 - [modules] Mark include/llvm/Support/Dwarf.def as being a textually-included header.

Richard Smith richard-llvm at metafoo.co.uk
Fri Feb 13 13:06:46 PST 2015


Author: rsmith
Date: Fri Feb 13 15:06:45 2015
New Revision: 229154

URL: http://llvm.org/viewvc/llvm-project?rev=229154&view=rev
Log:
[modules] Mark include/llvm/Support/Dwarf.def as being a textually-included header.

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=229154&r1=229153&r2=229154&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri Feb 13 15:06:45 2015
@@ -147,6 +147,7 @@ module LLVM_Utils {
     exclude header "Support/TargetRegistry.h"
 
     // These are intended for textual inclusion.
+    textual header "Support/Dwarf.def"
     textual header "Support/ELFRelocs/AArch64.def"
     textual header "Support/ELFRelocs/ARM.def"
     textual header "Support/ELFRelocs/Hexagon.def"





More information about the llvm-commits mailing list