Displaying 2 results from an estimated 2 matches for "r217484".
Did you mean:
r217454
2014 Sep 10
4
[LLVMdev] Policy for applying fixes to released branches?
Hi,
I was wondering what the policy is for applying fixes to released branches.
In particular I have fix that would be useful to have in LLVM 3.5. I
recently found and fixed a bug [1] in the way CMake files are
generated by the Autoconf/Makefile system and fixed this in r217484.
I figured it would be more sensible to ask about this in a thread
separate from [2] because this is a much more general question.
So what should I do here?
Should I also commit this patch to the branches/release_35 or am I not
allowed to do this and instead should downstream (e.g. Debian, Arch....
2014 Sep 10
2
[LLVMdev] Can't build against LLVM-3.5 with CMake: CMakeExports.cmake broken?
On Sep 9, 2014, at 7:12 AM, Dan Liew <dan at su-root.co.uk> wrote:
> This is happening because the ``LLVMConfigLibs`` makefile variable is
> empty when used in ``cmake/modules/Makefile``. It is normally set in
> Makefile.rules . However if you build with --enable-shared this
> variable doesn't get set and so LLVMExports.cmake isn't generated
> correctly.
>
>