This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Pass -mimplcit-it= to integrated assembler
ClosedPublic

Authored by olista01 on Jul 25 2016, 9:24 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 65357.Jul 25 2016, 9:24 AM
olista01 retitled this revision from to [ARM] Pass -mimplcit-it= to integrated assembler.
olista01 updated this object.
olista01 added a reviewer: rengolin.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
olista01 updated this revision to Diff 65502.Jul 26 2016, 5:54 AM
olista01 removed rL LLVM as the repository for this revision.
  • Rename backend option to -arm-implicit-it
rengolin edited edge metadata.Jul 26 2016, 6:08 AM
  • Rename backend option to -arm-implicit-it

I think we should emulate GCC here, to avoid creating #ifdefs on people's makefiles all over the place. Least surprise and all.

We already do that for -m and -f options, no reason why not to do it here, too.

I've only renamed the backend option (to be consistent with other backend options), the clang option is still "-mimplicit-it=".

I've only renamed the backend option (to be consistent with other backend options), the clang option is still "-mimplicit-it=".

D'oh! Never mind. :)

t.p.northover accepted this revision.Jul 26 2016, 10:42 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

This looks reasonable to me too.

This revision is now accepted and ready to land.Jul 26 2016, 10:42 AM
This revision was automatically updated to reflect the committed changes.