Skip to content

Commit

Permalink
Target/Hexagon: Fix CMake build. We don't use add_llvm_library_depend…
Browse files Browse the repository at this point in the history
…encies().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146457 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Dec 13, 2011
1 parent 5a3d4c9 commit e97b499
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions lib/Target/Hexagon/CMakeLists.txt
Expand Up @@ -30,14 +30,4 @@ add_llvm_target(HexagonCodeGen
HexagonTargetObjectFile.cpp
)

add_llvm_library_dependencies(LLVMHexagonCodeGen
LLVMAsmPrinter
LLVMCodeGen
LLVMCore
LLVMHexagonInfo
LLVMSelectionDAG
LLVMSupport
LLVMTarget
)

add_subdirectory(TargetInfo)
6 changes: 0 additions & 6 deletions lib/Target/Hexagon/TargetInfo/CMakeLists.txt
Expand Up @@ -5,10 +5,4 @@ add_llvm_library(LLVMHexagonInfo
HexagonTargetInfo.cpp
)

add_llvm_library_dependencies(LLVMHexagonInfo
LLVMMC
LLVMSupport
LLVMTarget
)

add_dependencies(LLVMHexagonInfo HexagonCommonTableGen)

0 comments on commit e97b499

Please sign in to comment.