Skip to content

Commit

Permalink
ARM64: remove left over code
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfKornmannEnvision committed Aug 27, 2020
1 parent d91e98a commit 58e563d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/JitInterface/src/CorInfoImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ private enum CFI_OPCODE
CFI_DEF_CFA // Take address from register and add offset to it.
};

internal const string JitLibrary = "clrjitilc";
//internal const string JitLibrary = "clrjitilc";
internal const string JitLibrary = "protononjit";

#if SUPPORT_JIT
private const string JitSupportLibrary = "*";
Expand Down
5 changes: 1 addition & 4 deletions src/Native/ObjWriter/objwriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,7 @@ void ObjectWriter::EmitSymbolDef(const char *SymbolName, bool global) {
}
}

if (Sym->isUndefined())
{
Streamer->EmitLabel(Sym);
}
Streamer->EmitLabel(Sym);
}

const MCSymbolRefExpr *
Expand Down

0 comments on commit 58e563d

Please sign in to comment.