diff options
Diffstat (limited to 'lib/Target/ARM/AsmParser/CMakeLists.txt')
-rw-r--r-- | lib/Target/ARM/AsmParser/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Target/ARM/AsmParser/CMakeLists.txt b/lib/Target/ARM/AsmParser/CMakeLists.txt index 9ba7c01..3f5ad39 100644 --- a/lib/Target/ARM/AsmParser/CMakeLists.txt +++ b/lib/Target/ARM/AsmParser/CMakeLists.txt @@ -5,3 +5,12 @@ add_llvm_library(LLVMARMAsmParser ARMAsmParser.cpp ) +add_dependencies(LLVMARMAsmParser ARMCommonTableGen) + +add_llvm_library_dependencies(LLVMARMAsmParser + LLVMARMDesc + LLVMARMInfo + LLVMMC + LLVMMCParser + LLVMSupport + ) |