llvm-6502/tools/llvm-config
NAKAMURA Takumi 56c390e709 llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.
LLVM libs are printed in the first line, and system libs are printed in the next line.

  $ bin/llvm-config --libs object
  -lLLVMObject -lLLVMSupport
  -lrt -ldl -ltinfo -lpthread -lz

It is workaround for PR3347 and PR8449.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197380 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-16 11:22:22 +00:00
..
BuildVariables.inc.in Correct word hyphenations 2013-12-05 05:44:44 +00:00
CMakeLists.txt
llvm-config.cpp llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags. 2013-12-16 11:22:22 +00:00
Makefile