[PATCH] X86AsmPrinter::GetCPISymbol() skip MSVC special case if outputting ELF for MCJIT
David Majnemer
david.majnemer at gmail.com
Tue Oct 21 00:54:03 PDT 2014
Why do you think the `dyn_cast<MCSectionCOFF>()` is invalid? It's supposed to return `NULL` if the section isn't a COFF section (i.e. if it's an ELF section).
http://reviews.llvm.org/D5773
More information about the llvm-commits
mailing list