mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-08 04:07:07 +00:00
4ebc5916e9
LLVM*AsmPrinter. GenLibDeps.pl fails to detect vtable references. As this is the only referenced symbol from LLVM*Desc to LLVM*AsmPrinter on optimized builds, the algorithm that creates the list of libraries to be linked into tools doesn't know about the dependency and sometimes places the libraries on the wrong order, yielding error messages like this: ../../lib/libLLVMARMDesc.a(ARMMCTargetDesc.cpp.o): In function `llvm::ARMInstPrinter::ARMInstPrinter(llvm::MCAsmInfo const&)': ARMMCTargetDesc.cpp:(.text._ZN4llvm14ARMInstPrinterC1ERKNS_9MCAsmInfoE [llvm::ARMInstPrinter::ARMInstPrinter(llvm::MCAsmInfo const&)]+0x2a): undefined reference to `vtable for llvm::ARMInstPrinter' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136328 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
AsmParser | ||
Disassembler | ||
InstPrinter | ||
MCTargetDesc | ||
TargetInfo | ||
CMakeLists.txt | ||
Makefile | ||
MBlaze.h | ||
MBlaze.td | ||
MBlazeAsmPrinter.cpp | ||
MBlazeCallingConv.td | ||
MBlazeDelaySlotFiller.cpp | ||
MBlazeELFWriterInfo.cpp | ||
MBlazeELFWriterInfo.h | ||
MBlazeFrameLowering.cpp | ||
MBlazeFrameLowering.h | ||
MBlazeInstrFormats.td | ||
MBlazeInstrFPU.td | ||
MBlazeInstrFSL.td | ||
MBlazeInstrInfo.cpp | ||
MBlazeInstrInfo.h | ||
MBlazeInstrInfo.td | ||
MBlazeIntrinsicInfo.cpp | ||
MBlazeIntrinsicInfo.h | ||
MBlazeIntrinsics.td | ||
MBlazeISelDAGToDAG.cpp | ||
MBlazeISelLowering.cpp | ||
MBlazeISelLowering.h | ||
MBlazeMachineFunction.h | ||
MBlazeMCInstLower.cpp | ||
MBlazeMCInstLower.h | ||
MBlazeRegisterInfo.cpp | ||
MBlazeRegisterInfo.h | ||
MBlazeRegisterInfo.td | ||
MBlazeRelocations.h | ||
MBlazeSchedule3.td | ||
MBlazeSchedule5.td | ||
MBlazeSchedule.td | ||
MBlazeSelectionDAGInfo.cpp | ||
MBlazeSelectionDAGInfo.h | ||
MBlazeSubtarget.cpp | ||
MBlazeSubtarget.h | ||
MBlazeTargetMachine.cpp | ||
MBlazeTargetMachine.h | ||
MBlazeTargetObjectFile.cpp | ||
MBlazeTargetObjectFile.h | ||
TODO |