[all-commits] [llvm/llvm-project] 5708f2: [clang] Fix modules build after addition of TypeBi...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Sat Dec 14 09:25:38 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5708f2daf7386ef5f1ec54db4bda2b48bbcbe934
      https://github.com/llvm/llvm-project/commit/5708f2daf7386ef5f1ec54db4bda2b48bbcbe934
  Author: Raphael Isemann <risemann at apple.com>
  Date:   2019-12-14 (Sat, 14 Dec 2019)

  Changed paths:
    M clang/include/clang/module.modulemap

  Log Message:
  -----------
  [clang] Fix modules build after addition of TypeBitCodes.def

In revision 139006ceb641f038a2b19cac1174316e57004ed6 the Serialization
folder got its first def file 'TypeBitCodes.def'. This broke the
modules build as this .def file was not textually included but implicitly
converted into a module due to our umbrella directive.

This patch fixes this by explicitly marking the .def file as textual.




More information about the All-commits mailing list