mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-11 08:07:22 +00:00
063337309e
Due to the execution order of doFinalization functions, the GC information were deleted before AsmPrinter::doFinalization was executed. Thus, the GCMetadataPrinter::finishAssembly was never called. The patch fixes that by moving the code of the GCInfoDeleter::doFinalization to Printer::doFinalization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175528 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
alloc_loop.ll | ||
argpromotion.ll | ||
badreadproto.ll | ||
badrootproto.ll | ||
badwriteproto.ll | ||
cg-O0.ll | ||
deadargelim.ll | ||
fat.ll | ||
inline2.ll | ||
inline.ll | ||
lit.local.cfg | ||
lower_gcroot.ll | ||
ocaml-gc.ll | ||
outside.ll |