[PATCH] D34425: Unified ARM logic for computing target ABI.

Ana Pazos via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 20 15:21:03 PDT 2017


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 expect apcs abi.

Removed assertion in backend to avoid different compiler behavior due to build mode.


https://reviews.llvm.org/D34425

Files:
  lib/Driver/ToolChains/Clang.cpp
  test/CodeGen/arm-v8.1a-neon-intrinsics.c
  test/CodeGen/named_reg_global.c
  test/CodeGen/neon-immediate-ubsan.c
  test/CodeGen/xray-attributes-supported.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34425.103275.patch
Type: text/x-patch
Size: 4714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170620/c1d2d8fb/attachment.bin>


More information about the cfe-commits mailing list