Problem seen with Add LLVMBuild for ObjectYAML

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 09:54:44 PST 2016


That is so odd. I do get a lib/libLLVMObjectYAML.a. Can you try rm -rf
the build dir and running cmake agin?

Cheers,
Rafael


On 2 March 2016 at 12:47, Dan Palermo <dpalermo at codeaurora.org> wrote:
> Rafael,
>
>
>
> I am working with the shared library build of LLVM to build Halide and our
> build broke after this change came in:
>
>
>
> Category        None
> Changed by      Rafael Espindola <rafael.espindola at gmail.com>
> Changed at      Wed 02 Mar 2016 06:18:31
> Repository
> ssh://review-hexagon.quicinc.com:29418/llvm/llvm-mainline.git
> Project         llvm
> Branch  master
> Revision        a2ff97d4218d0ca8eac0ea6980d6373025084f27
> Comments
>
> Add LLVMBuild for ObjectYAML.
> Should fix the DBUILD_SHARED_LIBS bots.
>
> With this change, the Halide build fails with:
>
> ...
>
> ar: creating lib/libHalide.a
>
> ranlib lib/libHalide.a
>
> llvm-config: error: component libraries and shared library
>
>
>
> llvm-config: error: missing:
> /data/buildbot/slave/halide-80-build/src/llvm/build/lib/libLLVMObjectYAML.a
>
>
>
> The libLLVMObjectYAML.a library is not present in the llvm build/lib or
> install/lib after a build of LLVM.  To make progress locally, I just needed
> to remove ObjectYAML from lib/LLVMBuild.txt but I thought I would let you
> know what I was seeing since it will probably affect others as well.
>
>
>
> Thanks,
>
> Dan Palermo
>
>
>
> --
>
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
> The Linux Foundation
>
>


More information about the llvm-commits mailing list