From 2defe6edea991582536b2fa676bb09e9898dc72e Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 26 Jan 2015 18:48:27 +0000 Subject: Update llvm and clang library and binary Makefiles for 3.6.0 rc1. --- lib/clang/libllvmmc/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/clang/libllvmmc') 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" -- cgit v1.1