summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-24 00:52:40 +0000
committerChris Lattner <sabre@nondot.org>2009-06-24 00:52:40 +0000
commitcbc23f75cd8cd6889fd02f65b63f6c02512460bd (patch)
treefc95b496f4b40d1b94e4be4b5ad9a9d8dcb05efa /tools/llvm-mc/Makefile
parentf4a9061b6b224da1b671673a606cda2627d946b7 (diff)
downloadllvm-cbc23f75cd8cd6889fd02f65b63f6c02512460bd.tar.gz
llvm-cbc23f75cd8cd6889fd02f65b63f6c02512460bd.tar.bz2
llvm-cbc23f75cd8cd6889fd02f65b63f6c02512460bd.tar.xz
create an MCStreamer and provide it to AsmParser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-mc/Makefile')
-rw-r--r--tools/llvm-mc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mc/Makefile b/tools/llvm-mc/Makefile
index 7b4d944456..3c327dac1e 100644
--- a/tools/llvm-mc/Makefile
+++ b/tools/llvm-mc/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-mc
-LINK_COMPONENTS := support
+LINK_COMPONENTS := support MC
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1