diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-09-12 18:32:57 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-09-12 18:32:57 +0000 |
commit | 86e05af491ee3f45bd51236ccb831eddad7cc316 (patch) | |
tree | b80e2afa6920a95041f0296f2f7e244d5e878d70 /lib/Target/MSP430 | |
parent | 298c45e845e1743f86b060cd280e8729cd4ba468 (diff) | |
download | external_llvm-86e05af491ee3f45bd51236ccb831eddad7cc316.zip external_llvm-86e05af491ee3f45bd51236ccb831eddad7cc316.tar.gz external_llvm-86e05af491ee3f45bd51236ccb831eddad7cc316.tar.bz2 |
CMake: Fix MSVS build. Although I don't know why this didn't break other build systems...
This problem is unrelated to the recent dependency tracking change. It
seems like noone noticed the problem because I don't think anyone compiles
any target other than X86 on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r-- | lib/Target/MSP430/TargetInfo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSP430/TargetInfo/CMakeLists.txt b/lib/Target/MSP430/TargetInfo/CMakeLists.txt index 1d408d0..2d1aa9d 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 MSP430Table_gen) +add_dependencies(LLVMMSP430Info MSP430CodeGenTable_gen) |