[llvm] r317966 - llvm/Support/TargetParser.h: Fix -fmodules build in rL317900.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 18:05:48 PST 2017


Author: chapuni
Date: Fri Nov 10 18:05:47 2017
New Revision: 317966

URL: http://llvm.org/viewvc/llvm-project?rev=317966&view=rev
Log:
llvm/Support/TargetParser.h: Fix -fmodules build in rL317900.

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=317966&r1=317965&r2=317966&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri Nov 10 18:05:47 2017
@@ -297,6 +297,7 @@ module LLVM_Utils {
     // These are intended for textual inclusion.
     textual header "Support/ARMTargetParser.def"
     textual header "Support/AArch64TargetParser.def"
+    textual header "Support/X86TargetParser.def"
   }
 
   // This part of the module is usable from both C and C++ code.




More information about the llvm-commits mailing list