Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 6 Aug 2013 06:38:37 +0000 (06:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 6 Aug 2013 06:38:37 +0000 (06:38 +0000)
commit8e1d64666f493e4994b26a390bec1290a5d94b96
treedb5269f4ee6baddf7871c704ca1ac8cd758a1dc7
parentaa0f420567240fda76a57c25cdfd8d49376c0e76
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each corresponding CodeGen.

Without explicit dependencies, both per-file action and in-CommonTableGen action could run in parallel.
It races to emit *.inc files simultaneously.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187780 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Target/AArch64/CMakeLists.txt
lib/Target/ARM/CMakeLists.txt
lib/Target/Hexagon/CMakeLists.txt
lib/Target/MSP430/CMakeLists.txt
lib/Target/Mips/CMakeLists.txt
lib/Target/NVPTX/CMakeLists.txt
lib/Target/PowerPC/CMakeLists.txt
lib/Target/R600/CMakeLists.txt
lib/Target/Sparc/CMakeLists.txt
lib/Target/SystemZ/CMakeLists.txt
lib/Target/X86/CMakeLists.txt
lib/Target/XCore/CMakeLists.txt