X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2Fmodule.modulemap;h=0adce0c9602d952a4aca35321ccb563e2bd8d677;hp=6d6fcbe22960187f2be527895c85d09ba24578b6;hb=a16511be95e9579b1a60497ae5fe70ac41b552b1;hpb=a6f58ad82d6a8728096bf4690fa4b9e4f99241ae diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 6d6fcbe2296..0adce0c9602 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -190,10 +190,6 @@ module LLVM_Utils { // Exclude this; it's fundamentally non-modular. exclude header "Support/PluginLoader.h" - // Exclude this; it's a weirdly-factored part of llvm-gcov and conflicts - // with the Analysis module (which also defines an llvm::GCOVOptions). - exclude header "Support/GCOV.h" - // FIXME: Mislayered? exclude header "Support/TargetRegistry.h" @@ -202,6 +198,7 @@ module LLVM_Utils { textual header "Support/Dwarf.def" textual header "Support/ELFRelocs/AArch64.def" textual header "Support/ELFRelocs/ARM.def" + textual header "Support/ELFRelocs/AVR.def" textual header "Support/ELFRelocs/Hexagon.def" textual header "Support/ELFRelocs/i386.def" textual header "Support/ELFRelocs/Mips.def"