[PATCH] D27273: Fix module map to create a module for the configured header Config/abi-breaking.h
    Bruno Cardoso Lopes via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov 30 13:16:15 PST 2016
    
    
  
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
LGTM! I would wait on @rsmith input as well.
================
Comment at: llvm/include/llvm/module.modulemap.build:6
 }
+module LLVM_Config_gen {
+  header "Config/abi-breaking.h"
----------------
LLVM_Config_gen => LLVM_Config_ABI_Breaking
https://reviews.llvm.org/D27273
    
    
More information about the llvm-commits
mailing list