diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-16 15:33:52 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-16 15:33:52 +0000 |
commit | e2d4a09305ffc7f9660ab787f07ebd1279f9fc2c (patch) | |
tree | e46fd6f7017cfc662543046473c2496c247ba0f5 /llvm/lib | |
parent | aa1e8f3ae06e7f1ba716207d4699441d01d752e1 (diff) | |
download | bcm5719-llvm-e2d4a09305ffc7f9660ab787f07ebd1279f9fc2c.tar.gz bcm5719-llvm-e2d4a09305ffc7f9660ab787f07ebd1279f9fc2c.zip |
Mips/AsmParser/CMakeLists.txt: Fix dependency.
llvm-svn: 158602
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Mips/AsmParser/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt b/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt index ac21c259fb4..6c7343bbe51 100644 --- a/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt +++ b/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt @@ -1,6 +1,5 @@ -include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) - add_llvm_library(LLVMMipsAsmParser MipsAsmParser.cpp ) +add_dependencies(LLVMMipsAsmParser MipsCommonTableGen) |