1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llvm-config
NAKAMURA Takumi d9388809f9 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

llvm-svn: 197382
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