[llvm] r263319 - Add Lanai.def to the module map.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 17:31:53 PST 2016
Author: echristo
Date: Fri Mar 11 19:31:53 2016
New Revision: 263319
URL: http://llvm.org/viewvc/llvm-project?rev=263319&view=rev
Log:
Add Lanai.def to the module map.
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=263319&r1=263318&r2=263319&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri Mar 11 19:31:53 2016
@@ -201,6 +201,7 @@ module LLVM_Utils {
textual header "Support/ELFRelocs/AVR.def"
textual header "Support/ELFRelocs/Hexagon.def"
textual header "Support/ELFRelocs/i386.def"
+ textual header "Support/ELFRelocs/Lanai.def"
textual header "Support/ELFRelocs/Mips.def"
textual header "Support/ELFRelocs/PowerPC64.def"
textual header "Support/ELFRelocs/PowerPC.def"
More information about the llvm-commits
mailing list