aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/CMakeLists.txt
diff options
context:
space:
mode:
authorTony Linthicum <tlinth@codeaurora.org>2011-12-15 22:29:08 +0000
committerTony Linthicum <tlinth@codeaurora.org>2011-12-15 22:29:08 +0000
commitd239ff67f210094c205be7e57332948caecf6a24 (patch)
tree64947b11bba2720be4b3ce07e7d96158ae73fbfb /lib/Target/Hexagon/CMakeLists.txt
parent60d99a5278e4a0e7116a05c01cececb07ca1362a (diff)
downloadexternal_llvm-d239ff67f210094c205be7e57332948caecf6a24.zip
external_llvm-d239ff67f210094c205be7e57332948caecf6a24.tar.gz
external_llvm-d239ff67f210094c205be7e57332948caecf6a24.tar.bz2
Add MCTargetDesc library to Hexagon target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/CMakeLists.txt')
-rw-r--r--lib/Target/Hexagon/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Hexagon/CMakeLists.txt b/lib/Target/Hexagon/CMakeLists.txt
index ff917a2..f8705ee 100644
--- a/lib/Target/Hexagon/CMakeLists.txt
+++ b/lib/Target/Hexagon/CMakeLists.txt
@@ -31,3 +31,5 @@ add_llvm_target(HexagonCodeGen
)
add_subdirectory(TargetInfo)
+add_subdirectory(MCTargetDesc)
+