[PATCH] D27396: Install the LLVM header module.modulemaps
    Vassil Vassilev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec  5 02:30:02 PST 2016
    
    
  
v.g.vassilev added a comment.
Can we use extern module in that case. It seems that it could help reducing the duplication:
  module LLVM_Config_Extended {
   textual header "Config/AsmParsers.def"
   textual header "Config/AsmPrinters.def"
   textual header "Config/Disassemblers.def"
   textual header "Config/Targets.def"
    use "LLVM_Config"
  }
  extern module "LLVM_Config" "our_installed_src_module.modulemap"
https://reviews.llvm.org/D27396
    
    
More information about the llvm-commits
mailing list