aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-12-21 21:19:00 +0000
committerJustin Bogner <mail@justinbogner.com>2016-12-21 21:19:00 +0000
commitc11760d4edb70218a19b03eb5146f669f2a1790f (patch)
tree5d2ce62663513484fd9d773ead88c45eaeca9781 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent084062803e8cebb41b80d16e56d62cb6db707a06 (diff)
downloadllvm-c11760d4edb70218a19b03eb5146f669f2a1790f.zip
llvm-c11760d4edb70218a19b03eb5146f669f2a1790f.tar.gz
llvm-c11760d4edb70218a19b03eb5146f669f2a1790f.tar.bz2
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions