[all-commits] [llvm/llvm-project] f7c5c0: Revert "[Scudo] Make -fsanitize=scudo use standalo...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Wed May 26 10:51:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7c5c0d87b8ae5e55006fd3a31994cd68d64f102
https://github.com/llvm/llvm-project/commit/f7c5c0d87b8ae5e55006fd3a31994cd68d64f102
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-unknown-fuchsia/libclang_rt.scudo.so
R clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-unknown-fuchsia/libclang_rt.scudo_standalone.so
A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-unknown-fuchsia/libclang_rt.scudo.so
R clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-unknown-fuchsia/libclang_rt.scudo_standalone.so
M clang/test/Driver/fuchsia.c
M clang/test/Driver/sanitizer-ld.c
M compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
M compiler-rt/test/scudo/CMakeLists.txt
A compiler-rt/test/scudo/aligned-new.cpp
A compiler-rt/test/scudo/alignment.c
A compiler-rt/test/scudo/dealloc-race.c
A compiler-rt/test/scudo/double-free.cpp
A compiler-rt/test/scudo/fsanitize.c
A compiler-rt/test/scudo/interface.cpp
A compiler-rt/test/scudo/lit.cfg.py
A compiler-rt/test/scudo/lit.site.cfg.py.in
A compiler-rt/test/scudo/malloc.cpp
A compiler-rt/test/scudo/memalign.c
A compiler-rt/test/scudo/mismatch.cpp
A compiler-rt/test/scudo/options.cpp
A compiler-rt/test/scudo/overflow.c
A compiler-rt/test/scudo/preinit.c
A compiler-rt/test/scudo/preload.cpp
A compiler-rt/test/scudo/quarantine.c
A compiler-rt/test/scudo/random_shuffle.cpp
A compiler-rt/test/scudo/realloc.cpp
A compiler-rt/test/scudo/rss.c
A compiler-rt/test/scudo/secondary.c
A compiler-rt/test/scudo/sized-delete.cpp
A compiler-rt/test/scudo/sizes.cpp
M compiler-rt/test/scudo/standalone/CMakeLists.txt
R compiler-rt/test/scudo/standalone/aligned-new.cpp
R compiler-rt/test/scudo/standalone/alignment.c
R compiler-rt/test/scudo/standalone/dealloc-race.c
R compiler-rt/test/scudo/standalone/double-free.cpp
R compiler-rt/test/scudo/standalone/fsanitize.c
R compiler-rt/test/scudo/standalone/lit-unmigrated/overflow.c
R compiler-rt/test/scudo/standalone/lit-unmigrated/quarantine.c
R compiler-rt/test/scudo/standalone/lit-unmigrated/realloc.cpp
R compiler-rt/test/scudo/standalone/lit-unmigrated/rss.c
R compiler-rt/test/scudo/standalone/lit-unmigrated/secondary.c
R compiler-rt/test/scudo/standalone/lit-unmigrated/sizes.cpp
R compiler-rt/test/scudo/standalone/lit-unmigrated/threads.c
R compiler-rt/test/scudo/standalone/lit-unmigrated/valloc.c
R compiler-rt/test/scudo/standalone/lit.cfg.py
R compiler-rt/test/scudo/standalone/lit.site.cfg.py.in
R compiler-rt/test/scudo/standalone/malloc.cpp
R compiler-rt/test/scudo/standalone/memalign.c
R compiler-rt/test/scudo/standalone/mismatch.cpp
R compiler-rt/test/scudo/standalone/options.cpp
R compiler-rt/test/scudo/standalone/preinit.c
R compiler-rt/test/scudo/standalone/preload.cpp
R compiler-rt/test/scudo/standalone/random_shuffle.cpp
R compiler-rt/test/scudo/standalone/sized-delete.cpp
R compiler-rt/test/scudo/standalone/stats.c
R compiler-rt/test/scudo/standalone/tsd_destruction.c
A compiler-rt/test/scudo/stats.c
A compiler-rt/test/scudo/symbols.test
A compiler-rt/test/scudo/threads.c
A compiler-rt/test/scudo/tsd_destruction.c
A compiler-rt/test/scudo/valloc.c
Log Message:
-----------
Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests."
This reverts commit 6911114d8cbed06a8a809c34ae07f4e3e89ab252.
Broke the QEMU sanitizer bots due to a missing header dependency. This
actually needs to be fixed on the bot-side, but for now reverting this
patch until I can fix up the bot.
More information about the All-commits
mailing list