[llvm] 9c7c8be - Remove stale file from modulemap
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 10:05:49 PDT 2022
Author: Adrian Prantl
Date: 2022-05-16T10:05:38-07:00
New Revision: 9c7c8be4a316c9cfcfd064e5dada250a99c405c7
URL: https://github.com/llvm/llvm-project/commit/9c7c8be4a316c9cfcfd064e5dada250a99c405c7
DIFF: https://github.com/llvm/llvm-project/commit/9c7c8be4a316c9cfcfd064e5dada250a99c405c7.diff
LOG: Remove stale file from modulemap
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 5f206d754b6f..54ba5fe40f0d 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -334,7 +334,6 @@ module LLVM_MC {
module LLVM_MC_TableGen {
requires cplusplus
module MC_LaneBitmask { header "MC/LaneBitmask.h" export * }
- module MC_FixedLenDisassembler { header "MC/MCFixedLenDisassembler.h" export * }
module MC_InstrItineraries { header "MC/MCInstrItineraries.h" export * }
module MC_Schedule { header "MC/MCSchedule.h" export * }
module MC_SubtargetFeature { header "MC/SubtargetFeature.h" export * }
More information about the llvm-commits
mailing list