summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmc')
-rw-r--r--lib/clang/libllvmmc/Makefile65
-rw-r--r--lib/clang/libllvmmc/Makefile.depend15
2 files changed, 0 insertions, 80 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile
deleted file mode 100644
index 7b70a06..0000000
--- a/lib/clang/libllvmmc/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-LIB= llvmmc
-
-SRCDIR= lib/MC
-SRCS= ConstantPools.cpp \
- ELFObjectWriter.cpp \
- MCAsmBackend.cpp \
- MCAsmInfo.cpp \
- MCAsmInfoCOFF.cpp \
- MCAsmInfoDarwin.cpp \
- MCAsmInfoELF.cpp \
- MCAsmStreamer.cpp \
- MCAssembler.cpp \
- MCCodeEmitter.cpp \
- MCCodeGenInfo.cpp \
- MCContext.cpp \
- MCDwarf.cpp \
- MCELFObjectTargetWriter.cpp \
- MCELFStreamer.cpp \
- MCExpr.cpp \
- MCFragment.cpp \
- MCInst.cpp \
- MCInstPrinter.cpp \
- MCInstrAnalysis.cpp \
- MCInstrDesc.cpp \
- MCLinkerOptimizationHint.cpp \
- MCMachOStreamer.cpp \
- MCMachObjectTargetWriter.cpp \
- MCNullStreamer.cpp \
- MCObjectFileInfo.cpp \
- MCObjectStreamer.cpp \
- MCObjectWriter.cpp \
- MCRegisterInfo.cpp \
- MCSchedule.cpp \
- MCSection.cpp \
- MCSectionCOFF.cpp \
- MCSectionELF.cpp \
- MCSectionMachO.cpp \
- MCStreamer.cpp \
- MCSubtargetInfo.cpp \
- MCSymbol.cpp \
- MCSymbolELF.cpp \
- MCTargetOptions.cpp \
- MCValue.cpp \
- MCWin64EH.cpp \
- MCWinEH.cpp \
- MachObjectWriter.cpp \
- StringTableBuilder.cpp \
- SubtargetFeature.cpp \
- WinCOFFObjectWriter.cpp \
- WinCOFFStreamer.cpp
-
-.if ${MK_CLANG_EXTRAS} != "no"
-SRCS+= MCLabel.cpp \
- YAML.cpp
-.endif
-
-.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
-SRCS+= MCSymbolizer.cpp
-.endif
-
-.include "../clang.lib.mk"
diff --git a/lib/clang/libllvmmc/Makefile.depend b/lib/clang/libllvmmc/Makefile.depend
deleted file mode 100644
index 3e7f3f5..0000000
--- a/lib/clang/libllvmmc/Makefile.depend
+++ /dev/null
@@ -1,15 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
- lib/libc++ \
- lib/msun \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif
OpenPOWER on IntegriCloud