summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-03-29 00:29:43 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-03-29 00:29:43 +0000
commit10f71304b763ffb3df4ac26bc42422315e37c19b (patch)
treeae845b71564950b472789af0026510f73f3ece47 /llvm
parent239533319f1a66d77eb978eee50d9b78508d273d (diff)
downloadbcm5719-llvm-10f71304b763ffb3df4ac26bc42422315e37c19b.tar.gz
bcm5719-llvm-10f71304b763ffb3df4ac26bc42422315e37c19b.zip
Add missing dependency (headers are included from MC, so a link dependency could exist easily enough)
llvm-svn: 328743
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/TableGen/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/LLVMBuild.txt b/llvm/utils/TableGen/LLVMBuild.txt
index b0081eb588d..66387cfa0d1 100644
--- a/llvm/utils/TableGen/LLVMBuild.txt
+++ b/llvm/utils/TableGen/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = BuildTool
name = tblgen
parent = BuildTools
-required_libraries = Support TableGen
+required_libraries = Support TableGen MC
OpenPOWER on IntegriCloud