Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for...
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. llvm-svn: 187780
Loading
Please register or sign in to comment