diff options
Diffstat (limited to 'lib/clang/libllvmmc')
-rw-r--r-- | lib/clang/libllvmmc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile index 9309e97..61b8c37 100644 --- a/lib/clang/libllvmmc/Makefile +++ b/lib/clang/libllvmmc/Makefile @@ -12,8 +12,9 @@ SRCS= ELFObjectWriter.cpp \ MCAsmInfoDarwin.cpp \ MCAsmStreamer.cpp \ MCAssembler.cpp \ - MCCodeGenInfo.cpp \ + MCAtom.cpp \ MCCodeEmitter.cpp \ + MCCodeGenInfo.cpp \ MCContext.cpp \ MCDwarf.cpp \ MCELF.cpp \ @@ -23,13 +24,16 @@ SRCS= ELFObjectWriter.cpp \ MCInst.cpp \ MCInstPrinter.cpp \ MCInstrAnalysis.cpp \ + MCLabel.cpp \ MCMachOStreamer.cpp \ MCMachObjectTargetWriter.cpp \ + MCModule.cpp \ MCNullStreamer.cpp \ MCObjectFileInfo.cpp \ MCObjectStreamer.cpp \ MCObjectWriter.cpp \ MCPureStreamer.cpp \ + MCRegisterInfo.cpp \ MCSection.cpp \ MCSectionCOFF.cpp \ MCSectionELF.cpp \ @@ -38,6 +42,7 @@ SRCS= ELFObjectWriter.cpp \ MCSubtargetInfo.cpp \ MCSymbol.cpp \ MCTargetAsmLexer.cpp \ + MCValue.cpp \ MCWin64EH.cpp \ MachObjectWriter.cpp \ SubtargetFeature.cpp \ |