1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-config
Reid Kleckner 475799d8b4 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

llvm-svn: 263497
2016-03-14 21:39:58 +00:00
..
BuildVariables.inc.in [llvm-config] Teach llvm-config about global-isel. 2016-03-08 00:02:50 +00:00
CMakeLists.txt [llvm-config] Teach llvm-config about global-isel. 2016-03-08 00:02:50 +00:00
llvm-config.cpp llvm-config: fix --libs on Linux 2016-03-14 21:39:58 +00:00