[llvm] r240823 - Add Value.def to the list of textual includes, excluding it from the modules build.

Pete Cooper peter_cooper at apple.com
Fri Jun 26 13:28:21 PDT 2015


Thanks for doing this.  I added the file but didn’t realise it was required in the module map.
> On Jun 26, 2015, at 1:16 PM, Benjamin Kramer <benny.kra at googlemail.com> wrote:
> 
> Author: d0k
> Date: Fri Jun 26 15:16:44 2015
> New Revision: 240823
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=240823&view=rev
> Log:
> Add Value.def to the list of textual includes, excluding it from the modules build.
> 
> Modified:
>    llvm/trunk/include/llvm/module.modulemap
> 
> Modified: llvm/trunk/include/llvm/module.modulemap
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=240823&r1=240822&r2=240823&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/module.modulemap (original)
> +++ llvm/trunk/include/llvm/module.modulemap Fri Jun 26 15:16:44 2015
> @@ -124,6 +124,7 @@ module LLVM_IR {
>   textual header "IR/DebugInfoFlags.def"
>   textual header "IR/Instruction.def"
>   textual header "IR/Metadata.def"
> +  textual header "IR/Value.def"
> }
> 
> module LLVM_IRReader { requires cplusplus umbrella "IRReader" module * { export * } }
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list