r233814 - [SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemap
Ulrich Weigand
ulrich.weigand at de.ibm.com
Wed Apr 1 08:34:54 PDT 2015
Author: uweigand
Date: Wed Apr 1 10:34:53 2015
New Revision: 233814
URL: http://llvm.org/viewvc/llvm-project?rev=233814&view=rev
Log:
[SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemap
This should fix the last remaining build bot failures
resulting from the r233804 commit.
Modified:
cfe/trunk/include/clang/module.modulemap
Modified: cfe/trunk/include/clang/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/module.modulemap?rev=233814&r1=233813&r2=233814&view=diff
==============================================================================
--- cfe/trunk/include/clang/module.modulemap (original)
+++ cfe/trunk/include/clang/module.modulemap Wed Apr 1 10:34:53 2015
@@ -34,6 +34,7 @@ module Clang_Basic {
textual header "Basic/BuiltinsNVPTX.def"
textual header "Basic/BuiltinsPPC.def"
textual header "Basic/BuiltinsR600.def"
+ textual header "Basic/BuiltinsSystemZ.def"
textual header "Basic/BuiltinsX86.def"
textual header "Basic/BuiltinsXCore.def"
textual header "Basic/DiagnosticOptions.def"
More information about the cfe-commits
mailing list