[LLVMdev] [PATCH] llvm-config: Support LLVM_LIBDIR_SUFFIX on CMake build.

Chandler Carruth chandlerc at google.com
Sat Jul 30 01:41:12 PDT 2011


Rather than using sed, it would be better to change the .in to use @...@
variables to expand the libdir suffix along with the other variables
expanded when going from llvm-config.in to llvm-config.

On Sat, Jul 30, 2011 at 1:32 AM, Johannes Obermayr
<johannesobermayr at gmx.de>wrote:

> Hi,
>
> here is a patch for fixing the libdir suffix issue in llvm-config on CMake
> builds (if using -DLLVM_LIBDIR_SUFFIX=32/64).
>
> It works successfully on my openSUSE i586 (/usr/lib/) and x86_64
> (/usr/lib64/) systems.
>
> Please CC me on further discussion.
>
> Thanks.
> Johannes
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110730/7c6064f4/attachment.html>


More information about the llvm-dev mailing list