summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-06-16 15:33:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-06-16 15:33:52 +0000
commite2d4a09305ffc7f9660ab787f07ebd1279f9fc2c (patch)
treee46fd6f7017cfc662543046473c2496c247ba0f5 /llvm/lib
parentaa1e8f3ae06e7f1ba716207d4699441d01d752e1 (diff)
downloadbcm5719-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.txt3
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)
OpenPOWER on IntegriCloud