Fix configure+make build.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 2 Jul 2014 20:05:48 +0000 (20:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 2 Jul 2014 20:05:48 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212210 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAnalysis/Makefile [new file with mode: 0644]
lib/MC/Makefile
tools/llvm-objdump/Makefile

diff --git a/lib/MC/MCAnalysis/Makefile b/lib/MC/MCAnalysis/Makefile
new file mode 100644 (file)
index 0000000..add2dbd
--- /dev/null
@@ -0,0 +1,14 @@
+##===- lib/MC/MCAnalysys/Makefile --------------------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../..
+LIBRARYNAME = LLVMMCAnalysis
+BUILD_ARCHIVE := 1
+
+include $(LEVEL)/Makefile.common
index bf8b7c0e78318c0831070016507936ad7690a802..a10f17e30be8a740229995eb1681d62f05ace6bb 100644 (file)
@@ -10,7 +10,7 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMMC
 BUILD_ARCHIVE := 1
-PARALLEL_DIRS := MCParser MCDisassembler
+PARALLEL_DIRS := MCAnalysis MCParser MCDisassembler
 
 include $(LEVEL)/Makefile.common
 
index 4616b78adb2ee1e55539c65bfc59fd4254af36f4..c3601ebc14ee9da2e39a98ae47c7910c2f75df71 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-objdump
-LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
+LINK_COMPONENTS := all-targets DebugInfo MC MCAnalysis MCParser MCDisassembler Object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1