[llvm-bugs] [Bug 26581] [regression][3.9/trunk] Linux builds with llvm-config return invalid format for GNU libtool

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 4 05:30:17 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=26581

Vedran Miletic <vedran at miletic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Vedran Miletic <vedran at miletic.net> ---
Nope. Fixed by:

commit 07a4ec0dd5c92741d21d1a38a12c8f406e5b6d71
Author: Reid Kleckner <rnk at google.com>
Date:   Mon Mar 14 21:39:58 2016 +0000

    llvm-config: fix --libs on Linux

    Summary:
    llvm-config --libs does not produce correct output since commit r260263
    (llvm-config: Add preliminary Windows support) changed naming format of
    the libraries. This patch updates llvm-config to recognize new naming
    format and output correct linker flags.

    Ref: https://llvm.org/bugs/show_bug.cgi?id=26581

    Patch by Vedran Miletić

    Reviewers: ehsan, rnk, pxli168

    Subscribers: pxli168

    Differential Revision: http://reviews.llvm.org/D17300

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263497
91177308-0d34-0410-b5e6-96231b3b80d8

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160804/627a8b48/attachment.html>


More information about the llvm-bugs mailing list