From 6e94e636712953bc5ff5514114bcf7fe43ab2719 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 7 Jun 2017 08:05:31 +0000 Subject: [PATCH] Adjust module.modulemap after r304864 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304878 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index e0780885d15..8254a160723 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -259,25 +259,6 @@ module LLVM_Utils { // These are intended for textual inclusion. textual header "Support/ARMTargetParser.def" textual header "Support/AArch64TargetParser.def" - textual header "Support/Dwarf.def" - textual header "Support/MachO.def" - textual header "Support/ELFRelocs/AArch64.def" - textual header "Support/ELFRelocs/AMDGPU.def" - textual header "Support/ELFRelocs/ARM.def" - textual header "Support/ELFRelocs/AVR.def" - textual header "Support/ELFRelocs/BPF.def" - textual header "Support/ELFRelocs/Hexagon.def" - textual header "Support/ELFRelocs/i386.def" - textual header "Support/ELFRelocs/Lanai.def" - textual header "Support/ELFRelocs/Mips.def" - textual header "Support/ELFRelocs/PowerPC64.def" - textual header "Support/ELFRelocs/PowerPC.def" - textual header "Support/ELFRelocs/RISCV.def" - textual header "Support/ELFRelocs/Sparc.def" - textual header "Support/ELFRelocs/SystemZ.def" - textual header "Support/ELFRelocs/x86_64.def" - textual header "Support/ELFRelocs/WebAssembly.def" - textual header "Support/WasmRelocs/WebAssembly.def" } // This part of the module is usable from both C and C++ code. -- 2.50.1