summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmc/Makefile')
-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