t.yomitch added a comment.
Ping?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62127/new/
https://reviews.llvm.org/D62127
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
t.yomitch added a comment.
Thanks Eric!
I don't have commit access; could someone please commit this for me?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62133/new/
https://reviews.llvm.org/D62133
___
cfe-commits ma
t.yomitch created this revision.
t.yomitch added reviewers: efriedma, echristo, ddunbar.
Herald added a subscriber: kristina.
Herald added a project: clang.
Repository:
rC Clang
https://reviews.llvm.org/D62133
Files:
test/CodeGen/builtin-stackaddress.c
Index: test/CodeGen/builtin-stackaddr
t.yomitch created this revision.
t.yomitch added reviewers: kparzysz, sidneym, sgundapa.
Herald added a project: clang.
Repository:
rC Clang
https://reviews.llvm.org/D62127
Files:
lib/Driver/ToolChains/Hexagon.cpp
Index: lib/Driver/ToolChains/Hexagon.cpp
===
tyomitch added a comment.
When compiling for softfp targets, this new warning doesn't make sense: there
are no VFP registers to save.
Jonathan, would you please conditionalize it to only affect hardfp targets?
https://reviews.llvm.org/D28820
___
cf