[all-commits] [llvm/llvm-project] e0e7eb: [clang] Add missing .def files to Clang's modulemap
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Sep 2 11:42:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e0e7eb2e2648aee83caf2ecfe2972ce2f653d306
https://github.com/llvm/llvm-project/commit/e0e7eb2e2648aee83caf2ecfe2972ce2f653d306
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-09-02 (Wed, 02 Sep 2020)
Changed paths:
M clang/include/clang/module.modulemap
Log Message:
-----------
[clang] Add missing .def files to Clang's modulemap
These new .def files weren't marked as textual so they ended up being compiled
into the Clang module (which completely defeats the purpose of .def files).
More information about the All-commits
mailing list