erichkeane added a comment.
Committed, 9.0 release request here: https://bugs.llvm.org/show_bug.cgi?id=42774
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65294/new/
https://reviews.llvm.org/D65294
___
cfe-commits mailing list
cfe-commits@l
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks!
This should probably go to release 9.0?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65294/new/
https://reviews.llvm.org/D65294
__
erichkeane created this revision.
erichkeane added a reviewer: Anastasia.
SPIR targets need to have all functions be SPIR calling convention,
however the CXXABIs were just returning CC_C in all non-'this-CC' cases.
https://reviews.llvm.org/D65294
Files:
clang/lib/AST/ItaniumCXXABI.cpp
clang