summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-20 16:38:00 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-20 16:38:00 +0000
commit06eb45c358c0872c8f9a82f601d89d0a7329d38d (patch)
tree42ead93152b107aaa4e52122d716ad10749870b3 /lib
parent151ad37fed2685f020bbed5b342ad7c0c35616bd (diff)
downloadllvm-06eb45c358c0872c8f9a82f601d89d0a7329d38d.tar.gz
llvm-06eb45c358c0872c8f9a82f601d89d0a7329d38d.tar.bz2
llvm-06eb45c358c0872c8f9a82f601d89d0a7329d38d.tar.xz
[PowerPC] Add missing build dependency
This (hopefully) fixes build failures resulting from r184436; the PowerPC asm parser now depends on PowerPC target expresssions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/AsmParser/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/AsmParser/LLVMBuild.txt b/lib/Target/PowerPC/AsmParser/LLVMBuild.txt
index bd08c132b7..02ebf1d3d3 100644
--- a/lib/Target/PowerPC/AsmParser/LLVMBuild.txt
+++ b/lib/Target/PowerPC/AsmParser/LLVMBuild.txt
@@ -19,5 +19,5 @@
type = Library
name = PowerPCAsmParser
parent = PowerPC
-required_libraries = PowerPCInfo MC MCParser Support
+required_libraries = PowerPCDesc PowerPCInfo MC MCParser Support
add_to_library_groups = PowerPC