diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-07-07 15:59:22 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-07-07 15:59:22 +0000 |
commit | cc4a55f6f24ac2d4cf6777d63ad1e550379cfa32 (patch) | |
tree | 5b00b1283a32c1e88e4e8d004131bdeb9b5eea0e /llvm/lib/Target/ARM/CMakeLists.txt | |
parent | 7f941d95cc7b00981cec9fc658ade0b76ea99d73 (diff) | |
download | bcm5719-llvm-cc4a55f6f24ac2d4cf6777d63ad1e550379cfa32.tar.gz bcm5719-llvm-cc4a55f6f24ac2d4cf6777d63ad1e550379cfa32.zip |
Fix CMake build
llvm-svn: 134614
Diffstat (limited to 'llvm/lib/Target/ARM/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/ARM/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt index e3282bfd0ec..ccfda5c1e92 100644 --- a/llvm/lib/Target/ARM/CMakeLists.txt +++ b/llvm/lib/Target/ARM/CMakeLists.txt @@ -66,3 +66,5 @@ add_subdirectory(AsmParser) add_subdirectory(Disassembler) add_subdirectory(InstPrinter) add_subdirectory(MCTargetDesc) + +target_link_libraries(LLVMARMCodeGen LLVMARMDesc) |