From a34df37c7be72f57166120fdd0e25c2d97fe89db Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 19 Jul 2009 00:26:46 +0000 Subject: Tweak cmake files for the four targets that don't split CodeGen out. - We should canonicalize this and get rid of the cmake and llvm-config hacks to support both variants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76350 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/MSP430/TargetInfo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/MSP430') diff --git a/lib/Target/MSP430/TargetInfo/CMakeLists.txt b/lib/Target/MSP430/TargetInfo/CMakeLists.txt index 2d1aa9d..1d408d0 100644 --- a/lib/Target/MSP430/TargetInfo/CMakeLists.txt +++ b/lib/Target/MSP430/TargetInfo/CMakeLists.txt @@ -4,4 +4,4 @@ add_llvm_library(LLVMMSP430Info MSP430TargetInfo.cpp ) -add_dependencies(LLVMMSP430Info MSP430CodeGenTable_gen) +add_dependencies(LLVMMSP430Info MSP430Table_gen) -- cgit v1.1