echristo added a comment.
I've committed this for you as:
M lib/Driver/ToolChains/Clang.cpp
M test/CodeGen/arm-v8.1a-neon-intrinsics.c
M test/CodeGen/named_reg_global.c
M test/CodeGen/neon-immediate-ubsan.c
M test/CodeGen/xray-attribut
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
This is OK once the dependent revision is approved.
https://reviews.llvm.org/D34425
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
h
apazos created this revision.
Herald added subscribers: kristof.beyls, javed.absar, srhines, aemerson.
Unified logic for computing target ABI in backend and front end by moving this
common code to Support/TargetParser.
Modeled Triple::GNU after front end code (aapcs abi) and updated tests that