[PATCH] D34424: [ARM] Unified logic for computing target ABI.
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 17:04:18 PDT 2017
echristo added a comment.
I've gone ahead and committed something very similar thusly:
Committing to https://llvm.org/svn/llvm-project/llvm/trunk ...
M include/llvm/Support/TargetParser.h
M lib/Support/TargetParser.cpp
M lib/Target/ARM/ARMTargetMachine.cpp
M test/CodeGen/ARM/alloca.ll
M test/CodeGen/ARM/arm-abi-attr.ll
M test/CodeGen/ARM/ctor_order.ll
M test/CodeGen/ARM/ctors_dtors.ll
M test/CodeGen/ARM/ssp-data-layout.ll
M test/CodeGen/ARM/str_pre-2.ll
Committed r306768
I'm really sorry for the delay.
https://reviews.llvm.org/D34424
More information about the llvm-commits
mailing list