[PATCH] D102543: [Scudo] Make -fsanitize=scudo use standalone. Migrate tests.
Kostya Kortchinsky via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 17 10:48:33 PDT 2021
cryptoad accepted this revision.
cryptoad added a comment.
This revision is now accepted and ready to land.
I think this is good, with the additional arch
================
Comment at: compiler-rt/cmake/config-ix.cmake:338
set(ALL_SCUDO_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${PPC64})
-set(ALL_SCUDO_STANDALONE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64})
+set(ALL_SCUDO_STANDALONE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64} ${MIPS32} ${MIPS64} ${PPC64})
if(APPLE)
----------------
${ARM32} as well please
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102543/new/
https://reviews.llvm.org/D102543
More information about the cfe-commits
mailing list