llvm-6502/lib/MC
Saleem Abdulrasool 103f947472 MC: restore behaviour of defaulting to ELF
This restores the previous behaviour of just assuming that if you dont specify a
valid triple that you really meant the default triple with an ELF object file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207349 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-27 04:54:16 +00:00
..
MCDisassembler [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
MCParser [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
CMakeLists.txt Create MCTargetOptions. 2014-04-23 11:16:03 +00:00
ELFObjectWriter.cpp Fix quadratic performance during debug compression due to sections x symbols iteration. 2014-04-25 00:48:01 +00:00
LLVMBuild.txt
MachObjectWriter.cpp
Makefile
MCAsmBackend.cpp
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmInfoELF.cpp
MCAsmStreamer.cpp Fix memory leak of MCSymbolData in MCAsmStreamer. 2014-04-24 14:33:36 +00:00
MCAssembler.cpp
MCAtom.cpp
MCCodeEmitter.cpp
MCCodeGenInfo.cpp
MCContext.cpp Change the prototype for MCContext::FatalError() so it can be called 2014-04-22 21:42:18 +00:00
MCDisassembler.cpp
MCDwarf.cpp
MCELF.cpp
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
MCExpr.cpp Spread some const around for non-mutating uses of MCSymbolData. 2014-04-24 16:59:40 +00:00
MCExternalSymbolizer.cpp
MCFixup.cpp
MCFunction.cpp
MCInst.cpp
MCInstPrinter.cpp
MCInstrAnalysis.cpp
MCLabel.cpp
MCLinkerOptimizationHint.cpp
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp
MCModule.cpp
MCModuleYAML.cpp
MCNullStreamer.cpp Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
MCObjectDisassembler.cpp
MCObjectFileInfo.cpp MC: restore behaviour of defaulting to ELF 2014-04-27 04:54:16 +00:00
MCObjectStreamer.cpp Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
MCObjectSymbolizer.cpp
MCObjectWriter.cpp
MCRegisterInfo.cpp
MCRelocationInfo.cpp
MCSection.cpp
MCSectionCOFF.cpp MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA 2014-04-23 21:29:34 +00:00
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
MCSubtargetInfo.cpp
MCSymbol.cpp
MCSymbolizer.cpp
MCTargetOptions.cpp Create MCTargetOptions. 2014-04-23 11:16:03 +00:00
MCValue.cpp
MCWin64EH.cpp
SubtargetFeature.cpp
WinCOFFObjectWriter.cpp Add WoA object file emission support 2014-04-27 03:48:22 +00:00
WinCOFFStreamer.cpp MC: create X86WinCOFFStreamer for target specific behaviour 2014-04-27 03:48:12 +00:00