summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmc
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-26 18:48:27 +0000
committerdim <dim@FreeBSD.org>2015-01-26 18:48:27 +0000
commit2defe6edea991582536b2fa676bb09e9898dc72e (patch)
tree09495f08b4d4917aa63e4903b6e1daefa3fb2b46 /lib/clang/libllvmmc
parent26ab20c8dc70a806abf158a557db896c283ac441 (diff)
downloadFreeBSD-src-2defe6edea991582536b2fa676bb09e9898dc72e.zip
FreeBSD-src-2defe6edea991582536b2fa676bb09e9898dc72e.tar.gz
Update llvm and clang library and binary Makefiles for 3.6.0 rc1.
Diffstat (limited to 'lib/clang/libllvmmc')
-rw-r--r--lib/clang/libllvmmc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile
index 5843584..f4582c2 100644
--- a/lib/clang/libllvmmc/Makefile
+++ b/lib/clang/libllvmmc/Makefile
@@ -22,7 +22,6 @@ SRCS= ConstantPools.cpp \
MCELFObjectTargetWriter.cpp \
MCELFStreamer.cpp \
MCExpr.cpp \
- MCExternalSymbolizer.cpp \
MCInst.cpp \
MCInstPrinter.cpp \
MCInstrAnalysis.cpp \
@@ -35,7 +34,6 @@ SRCS= ConstantPools.cpp \
MCObjectStreamer.cpp \
MCObjectWriter.cpp \
MCRegisterInfo.cpp \
- MCRelocationInfo.cpp \
MCSection.cpp \
MCSectionCOFF.cpp \
MCSectionELF.cpp \
@@ -47,6 +45,7 @@ SRCS= ConstantPools.cpp \
MCTargetOptions.cpp \
MCValue.cpp \
MCWin64EH.cpp \
+ MCWinEH.cpp \
MachObjectWriter.cpp \
StringTableBuilder.cpp \
SubtargetFeature.cpp \
@@ -54,8 +53,4 @@ SRCS= ConstantPools.cpp \
WinCOFFStreamer.cpp \
YAML.cpp
-.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
-SRCS+= MCDisassembler.cpp
-.endif
-
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud