[PATCH] D92892: [clang] Change builtin object size to be compatible with GCC when sub-object is invalid

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 20 10:57:02 PST 2021


aaron.ballman added a comment.

In D92892#2510299 <https://reviews.llvm.org/D92892#2510299>, @manojgupta wrote:

> This CL has caused two issues in Chrome OS :
> Compilation fail with FORTIFY: https://bugs.chromium.org/p/chromium/issues/detail?id=1168199
> Runtime failures: https://bugs.chromium.org/p/chromium/issues/detail?id=1167504
>
> I have requested George to take a look but will it be ok to revert this meanwhile?

Yes, it's fine to revert this until we get these issues ironed out.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92892/new/

https://reviews.llvm.org/D92892



More information about the cfe-commits mailing list