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

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 17:04:35 PDT 2017


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-attributes-supported.cpp
Committed r306769

since I couldn't commit the backend patch without also committing this one due to assert changes in debug mode (front end and backend data layout not matching).


https://reviews.llvm.org/D34425





More information about the cfe-commits mailing list