[PATCH] D32401: [Devirtualization] insert placement new barrier with -O0
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 23 13:34:47 PDT 2017
rjmccall added a comment.
Won't you have the exact same problem when LTO'ing with code that wasn't compiled with strict v-table pointers?
https://reviews.llvm.org/D32401
More information about the cfe-commits
mailing list