[PATCH] D54425: [AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 12 05:58:40 PST 2018
sdesmalen added inline comments.
================
Comment at: lib/CodeGen/CGDebugInfo.cpp:1101
case CC_AAPCS:
+ case CC_AArch64VectorCall:
return llvm::dwarf::DW_CC_LLVM_AAPCS;
----------------
I wasn't really sure whether this requires a corresponding DW_CC_LLVM_AAVPCS record in LLVM, as I couldn't find much about the DW_CC_LLVM_ encodings, specifically whether they align with some agreed encoding that is implemented by GDB/LLDB. Is this defined anywhere, or is it ignored by debuggers at the moment?
https://reviews.llvm.org/D54425
More information about the cfe-commits
mailing list