[PATCH] D121853: [scudo][NFC] Suppress warnings for missing-noreturn, conditional-uninitialized, zero-length-array

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 14:22:26 PDT 2022


ddcc added a comment.

In D121853#3414960 <https://reviews.llvm.org/D121853#3414960>, @vitalybuka wrote:

> BTW, I suspect your fixes are going to regress with the time.
> Would you like to update scudo_standalone cmake files so buildbots check these warnings?

Sure, I'll handle that in a follow-up. I'm not familiar with how the current build; are scudo/CMakeLists.txt and scudo/standalone/CMakeLists.txt separate projects? Are there instructions somewhere for just building standalone scudo instead of compiler-rt + scudo?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121853



More information about the llvm-commits mailing list