llvm-6502/tools/llvm-config
NAKAMURA Takumi 64f5838550 llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should be --host's in BuildTools/llvm-config.
FIXME: Host's llvm-config is not generated. It's for target's.
Host tools, aka "BuildTools", in utils, do not require llvm-config to build.

For example with --host=i686-pc-mingw32 --build=linux,

  $ BuildTools/Release+Asserts/bin/llvm-config --libs support
  -lLLVMSupport
  -lpthread -lshell32 -lpsapi -limagehlp -lm

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197382 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-16 13:09:06 +00:00
..
BuildVariables.inc.in Correct word hyphenations 2013-12-05 05:44:44 +00:00
CMakeLists.txt llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder. 2013-12-03 14:35:17 +00:00
llvm-config.cpp llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags. 2013-12-16 11:22:22 +00:00
Makefile llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should be --host's in BuildTools/llvm-config. 2013-12-16 13:09:06 +00:00