[PATCH] D19891: [clang] [SystemZ] Add -mbackchain option.
Marcin KoĆcielnicki via cfe-commits
cfe-commits at lists.llvm.org
Tue May 3 15:27:01 PDT 2016
koriakin created this revision.
koriakin added reviewers: uweigand, rjmccall.
koriakin added a subscriber: cfe-commits.
koriakin set the repository for this revision to rL LLVM.
koriakin added a dependency: D19889: [SystemZ] Implement backchain attribute..
This option, like the corresponding gcc option, is SystemZ-specific and
enables storing frame backchain links, as specified in the ABI.
Depends on D19889.
Repository:
rL LLVM
http://reviews.llvm.org/D19891
Files:
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGCall.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/mbackchain-2.c
test/CodeGen/mbackchain-3.c
test/CodeGen/mbackchain.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19891.56072.patch
Type: text/x-patch
Size: 4535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160503/654a9131/attachment.bin>
More information about the cfe-commits
mailing list