From 81fd0ba8ab153b8344527a461545dbd87642ed83 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 1 Aug 2011 19:55:11 +0000 Subject: Actually finish switching to the new system for Target sublibrary TableGen deps introduced in r136023. This completes the fixing that dgregor started in r136621. Sorry for missing these the first time around. This should fix some of the random race-condition failures people are still seeing with CMake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136643 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/TargetInfo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/PowerPC/TargetInfo') diff --git a/lib/Target/PowerPC/TargetInfo/CMakeLists.txt b/lib/Target/PowerPC/TargetInfo/CMakeLists.txt index aab91ae..f63111f 100644 --- a/lib/Target/PowerPC/TargetInfo/CMakeLists.txt +++ b/lib/Target/PowerPC/TargetInfo/CMakeLists.txt @@ -10,4 +10,4 @@ add_llvm_library_dependencies(LLVMPowerPCInfo LLVMTarget ) -add_dependencies(LLVMPowerPCInfo PowerPCCodeGenTable_gen) +add_dependencies(LLVMPowerPCInfo PowerPCCommonTableGen) -- cgit v1.1