diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-11 05:53:54 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-11 05:53:54 +0000 |
| commit | 99feb75cb864c9a7f44442f0cbeee95e33fd23c6 (patch) | |
| tree | 58e203d2646ecd6a15efc5c9fbb95312a1901274 /llvm/lib/Target/MSP430 | |
| parent | 15c8df025d7a4c4fde83b1d34c4406a9e6d0a2b8 (diff) | |
| download | bcm5719-llvm-99feb75cb864c9a7f44442f0cbeee95e33fd23c6.tar.gz bcm5719-llvm-99feb75cb864c9a7f44442f0cbeee95e33fd23c6.zip | |
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
llvm-svn: 169819
Diffstat (limited to 'llvm/lib/Target/MSP430')
| -rw-r--r-- | llvm/lib/Target/MSP430/InstPrinter/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/InstPrinter/CMakeLists.txt b/llvm/lib/Target/MSP430/InstPrinter/CMakeLists.txt index 99457b924c1..64ac994b7f4 100644 --- a/llvm/lib/Target/MSP430/InstPrinter/CMakeLists.txt +++ b/llvm/lib/Target/MSP430/InstPrinter/CMakeLists.txt @@ -4,4 +4,4 @@ add_llvm_library(LLVMMSP430AsmPrinter MSP430InstPrinter.cpp ) -add_dependencies(LLVMMSP430AsmPrinter intrinsics_gen MSP430CommonTableGen) +add_dependencies(LLVMMSP430AsmPrinter MSP430CommonTableGen) |

