[clang] Fix modules build after addition of TypeBitCodes.def
In revision 139006ce 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.
Loading
Please sign in to comment