[llvm] r251163 - llvm/module.modulemap: AVR.def should be textual header.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 17:25:18 PDT 2015
Author: chapuni
Date: Fri Oct 23 19:25:18 2015
New Revision: 251163
URL: http://llvm.org/viewvc/llvm-project?rev=251163&view=rev
Log:
llvm/module.modulemap: AVR.def should be textual 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=251163&r1=251162&r2=251163&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri Oct 23 19:25:18 2015
@@ -198,6 +198,7 @@ module LLVM_Utils {
textual header "Support/Dwarf.def"
textual header "Support/ELFRelocs/AArch64.def"
textual header "Support/ELFRelocs/ARM.def"
+ textual header "Support/ELFRelocs/AVR.def"
textual header "Support/ELFRelocs/Hexagon.def"
textual header "Support/ELFRelocs/i386.def"
textual header "Support/ELFRelocs/Mips.def"
More information about the llvm-commits
mailing list