[all-commits] [llvm/llvm-project] 4c418c: Try to fix build with modules enabled after D108422
aelovikov-intel via All-commits
all-commits at lists.llvm.org
Tue Aug 24 10:18:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c418c1bfbc544e24b9614efc3926fe2c6218b0c
https://github.com/llvm/llvm-project/commit/4c418c1bfbc544e24b9614efc3926fe2c6218b0c
Author: Andrei Elovikov <andrei.elovikov at intel.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M clang/include/clang/module.modulemap
Log Message:
-----------
Try to fix build with modules enabled after D108422
D108422 removed Basic/X86Target.def but didn't delete the entry in
module.modulemap. Do it now. Hopefully it will fix the build.
More information about the All-commits
mailing list