mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Handle null and file symbol on doInitialization
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -36,7 +36,7 @@ namespace llvm {
|
||||
/// startFunction - This callback is invoked when a new machine function is
|
||||
/// about to be emitted.
|
||||
void ELFCodeEmitter::startFunction(MachineFunction &MF) {
|
||||
DEBUG(errs() << "processing function: "
|
||||
DEBUG(errs() << "processing function: "
|
||||
<< MF.getFunction()->getName() << "\n");
|
||||
|
||||
// Get the ELF Section that this function belongs in.
|
||||
|
||||
Reference in New Issue
Block a user