This is an archive of the discontinued LLVM Phabricator instance.

[arm] Add support for armv7e-m to the .arch directive.
ClosedPublic

Authored by itessier on Nov 22 2017, 11:07 AM.

Details

Summary

This will allow compilation of assembly files targeting armv7e-m without having to specify the Tag_CPU_arch attribute as a workaround.

Diff Detail

Repository
rL LLVM

Event Timeline

itessier created this revision.Nov 22 2017, 11:07 AM

Hi.
Full context (diff -U999) is missing. Also you may want to write a brief intro which you can use as commit message.

itessier updated this revision to Diff 124423.Nov 27 2017, 10:44 AM
itessier edited the summary of this revision. (Show Details)

Hi.
Full context (diff -U999) is missing. Also you may want to write a brief intro which you can use as commit message.

Done

olista01 accepted this revision.Nov 28 2017, 1:45 AM
This revision is now accepted and ready to land.Nov 28 2017, 1:45 AM

Can someone submit this? I don't have svn access.

This revision was automatically updated to reflect the committed changes.