This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Implement the .arch_extension directive
ClosedPublic

Authored by mstorsjo on Dec 28 2018, 5:45 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Dec 28 2018, 5:45 AM
compnerd accepted this revision.Dec 30 2018, 12:47 PM
compnerd added inline comments.
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
5166 ↗(On Diff #179631)

Might be nicer to just hold the token ...

Token Tok = Parser.getTok();
This revision is now accepted and ready to land.Dec 30 2018, 12:47 PM
This revision was automatically updated to reflect the committed changes.