[all-commits] [llvm/llvm-project] 79debe: [dfsan] Turn off all dfsan test cases on non x86_6...
Z via All-commits
all-commits at lists.llvm.org
Tue May 4 22:33:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79debe8d7b5897d6c8efaa8cd9846a3b4533d57f
https://github.com/llvm/llvm-project/commit/79debe8d7b5897d6c8efaa8cd9846a3b4533d57f
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M compiler-rt/test/dfsan/basic.c
M compiler-rt/test/dfsan/dump_labels.c
M compiler-rt/test/dfsan/event_callbacks.c
M compiler-rt/test/dfsan/fast16labels.c
M compiler-rt/test/dfsan/flags.c
M compiler-rt/test/dfsan/flush.c
M compiler-rt/test/dfsan/fncall.c
M compiler-rt/test/dfsan/interceptors.c
M compiler-rt/test/dfsan/label_count.c
M compiler-rt/test/dfsan/pair.cpp
M compiler-rt/test/dfsan/propagate.c
M compiler-rt/test/dfsan/release_shadow_space.c
M compiler-rt/test/dfsan/sigaction.c
M compiler-rt/test/dfsan/struct.c
M compiler-rt/test/dfsan/threaded_flush.c
M compiler-rt/test/dfsan/trace-cmp.c
M compiler-rt/test/dfsan/vararg.c
M compiler-rt/test/dfsan/write_callback.c
Log Message:
-----------
[dfsan] Turn off all dfsan test cases on non x86_64 OSs
https://reviews.llvm.org/D101666 enables sanitizer allocator.
This broke all test cases on non x86-64.
More information about the All-commits
mailing list