[llvm] r275657 - Fix modules buildbot after r275633.

Alexei Starovoitov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 18:17:18 PDT 2016


On Fri, Jul 15, 2016 at 6:05 PM, Richard Smith via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: rsmith
> Date: Fri Jul 15 20:05:39 2016
> New Revision: 275657
>
> URL: http://llvm.org/viewvc/llvm-project?rev=275657&view=rev
> Log:
> Fix modules buildbot after r275633.
>
> 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=275657&r1=275656&r2=275657&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/module.modulemap (original)
> +++ llvm/trunk/include/llvm/module.modulemap Fri Jul 15 20:05:39 2016
> @@ -257,6 +257,7 @@ module LLVM_Utils {
>      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"

Thanks for the fix.
Which test we should have run to catch that?
The normal llvm-lit tests/ was clean.


More information about the llvm-commits mailing list