diff options
author | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-15 22:29:08 +0000 |
---|---|---|
committer | Tony Linthicum <tlinth@codeaurora.org> | 2011-12-15 22:29:08 +0000 |
commit | d239ff67f210094c205be7e57332948caecf6a24 (patch) | |
tree | 64947b11bba2720be4b3ce07e7d96158ae73fbfb /lib/Target/Hexagon/LLVMBuild.txt | |
parent | 60d99a5278e4a0e7116a05c01cececb07ca1362a (diff) |
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/LLVMBuild.txt')
-rw-r--r-- | lib/Target/Hexagon/LLVMBuild.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Hexagon/LLVMBuild.txt b/lib/Target/Hexagon/LLVMBuild.txt index ed64aaa6d1..84ea6a06b2 100644 --- a/lib/Target/Hexagon/LLVMBuild.txt +++ b/lib/Target/Hexagon/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = TargetInfo +subdirectories = TargetInfo MCTargetDesc [component_0] type = TargetGroup @@ -28,5 +28,5 @@ has_asmprinter = 1 type = Library name = HexagonCodeGen parent = Hexagon -required_libraries = AsmPrinter CodeGen Core HexagonInfo SelectionDAG Support Target MC +required_libraries = AsmPrinter CodeGen Core HexagonInfo SelectionDAG Support Target MC HexagonDesc add_to_library_groups = Hexagon |