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 | d358fe28042fb416a4a9c4f4a0a73f088d82421e (patch) | |
tree | b80e2afa6920a95041f0296f2f7e244d5e878d70 /lib/Target/PIC16 | |
parent | d7b7a9ec6087c60517c86f72e7f60780183e022e (diff) | |
download | external_llvm-d358fe28042fb416a4a9c4f4a0a73f088d82421e.zip external_llvm-d358fe28042fb416a4a9c4f4a0a73f088d82421e.tar.gz external_llvm-d358fe28042fb416a4a9c4f4a0a73f088d82421e.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/PIC16')
-rw-r--r-- | lib/Target/PIC16/TargetInfo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/TargetInfo/CMakeLists.txt b/lib/Target/PIC16/TargetInfo/CMakeLists.txt index bfc6ff4..f9aa3bf 100644 --- a/lib/Target/PIC16/TargetInfo/CMakeLists.txt +++ b/lib/Target/PIC16/TargetInfo/CMakeLists.txt @@ -4,4 +4,4 @@ add_llvm_library(LLVMPIC16Info PIC16TargetInfo.cpp ) -add_dependencies(LLVMPIC16Info PIC16Table_gen) +add_dependencies(LLVMPIC16Info PIC16CodeGenTable_gen) |