[PATCH] D122789: [compiler-rt] [scudo] Use -mcrc32 on x86 when available

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 00:45:53 PDT 2022


pengfei added a comment.

GCC supports "-mcrc32", but seems only for built-in functions: https://godbolt.org/z/veeGMoY11

https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#x86-Options


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122789



More information about the cfe-commits mailing list