diff options
-rw-r--r-- | lib/MC/MCParser/AsmParser.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/MC/MCParser/AsmParser.cpp b/lib/MC/MCParser/AsmParser.cpp index a1f0a2a885..d4ab2f07e8 100644 --- a/lib/MC/MCParser/AsmParser.cpp +++ b/lib/MC/MCParser/AsmParser.cpp @@ -585,13 +585,6 @@ bool AsmParser::Run(bool NoInitialTextSection, bool NoFinalize) { if (!NoInitialTextSection) Out.InitSections(); - // @LOCALMOD-BEGIN - // This is needed to make crtn compile, but do we really need this? - // TODO(pdox): Figure out if there's a better way or place to define this. - MCSymbol *Sym = getContext().GetOrCreateSymbol(StringRef("NACLENTRYALIGN")); - Out.EmitAssignment(Sym, MCConstantExpr::Create(5, getContext())); - // @LOCALMOD-END - // Prime the lexer. Lex(); |