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
Justin Bogner a84529a444 cmake: Don't build llvm-config and tblgen concurrently in cross builds
This sets USES_TERMINAL for the native llvm-config build, so that it
doesn't run at the same time as builds of other native tools (namely,
tablegen). Without this, if you're very unlucky with the timing it's
possible to be relinking libSupport as one of the tools is linking,
causing a spurious failure.

The tablegen build adopted USES_TERMINAL for this same reason in
r280748.

llvm-svn: 290271
2016-12-21 21:19:00 +00:00
..
BuildVariables.inc.in
CMakeLists.txt cmake: Don't build llvm-config and tblgen concurrently in cross builds 2016-12-21 21:19:00 +00:00
llvm-config.cpp [llvm-config] Fixing one check where shared libs implied dylib 2016-12-13 23:08:52 +00:00