This is an archive of the discontinued LLVM Phabricator instance.

[Compiler-rt][AArch64] Workaround for .cfi_startproc assembler parser bug.
ClosedPublic

Authored by ilinpv on Dec 14 2020, 11:50 AM.

Details

Summary

Put .cfi_startproc on a new line to avoid hitting the assembly parser bug in MasmParser::parseDirectiveCFIStartProc().

Diff Detail

Event Timeline

ilinpv created this revision.Dec 14 2020, 11:50 AM
ilinpv requested review of this revision.Dec 14 2020, 11:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2020, 11:50 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
tambre accepted this revision.Dec 14 2020, 10:14 PM

Thanks! I'll land this along with my fix.

This revision is now accepted and ready to land.Dec 14 2020, 10:14 PM
This revision was landed with ongoing or failed builds.Dec 14 2020, 10:14 PM
This revision was automatically updated to reflect the committed changes.