[PATCH] D152095: [Verifier] definition subprograms cannot be nested within DICompositeType when enabling ODR.
DianQK via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 1 05:58:05 PDT 2023
DianQK added a subscriber: cuviper.
DianQK added a comment.
I tried adding a patch <https://github.com/apple/swift/pull/67077> to Swift based on the Rust implementation. I don't know if the condition for determining whether a function is a method is reasonable, but everything seems to be working fine.
Thanks very much for @cuviper's implementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152095/new/
https://reviews.llvm.org/D152095
More information about the llvm-commits
mailing list