[PATCH] D89490: Introduce __attribute__((darwin_abi))
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 12:47:04 PDT 2020
mstorsjo added a comment.
I see that the llvm side of the patch lacks tests?
================
Comment at: llvm/lib/IR/AsmWriter.cpp:379
+ Out << "aarch64_darwincc";
+ break;
case CallingConv::SPIR_FUNC: Out << "spir_func"; break;
----------------
The new code here has a different indentation than the rest; the same in a couple other places throughout the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89490/new/
https://reviews.llvm.org/D89490
More information about the llvm-commits
mailing list