[PATCH] D132874: [clang] Don't emit debug vtable information for consteval functions
Luke Nihlen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 29 11:16:08 PDT 2022
luken-google added reviewers: aaron.ballman, ilya-biryukov.
luken-google added a comment.
Note that there's still an underlying issue where the linker complains of missing vtable information for both Base and Derived, which I'm treating as a separate issue and will either file or de-dup against an existing issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132874/new/
https://reviews.llvm.org/D132874
More information about the cfe-commits
mailing list