[PATCH] D96802: [Clang] Add proper target checks for SwiftAsync convention.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 17 13:02:20 PST 2021
rjmccall added a comment.
The TargetInfo classes are already target-architecture-specific, so it's somewhat strange for them all to funnel to a single function that then immediately switches on the target architecture.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96802/new/
https://reviews.llvm.org/D96802
More information about the cfe-commits
mailing list