[all-commits] [llvm/llvm-project] 975327: [dfsan][test] Replace REQUIRES: x86_64-target-arch...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Dec 28 15:35:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 975327a609e55ad9c53bfeee63443128ce20006c
https://github.com/llvm/llvm-project/commit/975327a609e55ad9c53bfeee63443128ce20006c
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-28 (Wed, 28 Dec 2022)
Changed paths:
M compiler-rt/test/dfsan/atomic.cpp
M compiler-rt/test/dfsan/basic.c
M compiler-rt/test/dfsan/conditional_callbacks.c
M compiler-rt/test/dfsan/conditional_callbacks_sig.c
M compiler-rt/test/dfsan/custom.cpp
M compiler-rt/test/dfsan/dfsan_get_track_origins.c
M compiler-rt/test/dfsan/event_callbacks.c
M compiler-rt/test/dfsan/fast8labels.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/force_zero.c
M compiler-rt/test/dfsan/fork.cpp
M compiler-rt/test/dfsan/gep.c
M compiler-rt/test/dfsan/interceptors.c
M compiler-rt/test/dfsan/libatomic.c
M compiler-rt/test/dfsan/lit.cfg.py
M compiler-rt/test/dfsan/lookup_table.c
M compiler-rt/test/dfsan/mmap_at_init.c
M compiler-rt/test/dfsan/origin_add_label.c
M compiler-rt/test/dfsan/origin_branch.c
M compiler-rt/test/dfsan/origin_disabled.c
M compiler-rt/test/dfsan/origin_id_stack_trace.c
M compiler-rt/test/dfsan/origin_invalid.c
M compiler-rt/test/dfsan/origin_ld_lost.c
M compiler-rt/test/dfsan/origin_ldst.c
M compiler-rt/test/dfsan/origin_limit.c
M compiler-rt/test/dfsan/origin_memcpy.c
M compiler-rt/test/dfsan/origin_memmove.c
M compiler-rt/test/dfsan/origin_memset.c
M compiler-rt/test/dfsan/origin_of_first_taint.c
M compiler-rt/test/dfsan/origin_overlapped.c
M compiler-rt/test/dfsan/origin_set_label.c
M compiler-rt/test/dfsan/origin_stack_trace.c
M compiler-rt/test/dfsan/origin_track_ld.c
M compiler-rt/test/dfsan/origin_unaligned_memtrans.c
M compiler-rt/test/dfsan/origin_untainted.c
M compiler-rt/test/dfsan/origin_with_sigactions.c
M compiler-rt/test/dfsan/origin_with_signals.cpp
M compiler-rt/test/dfsan/pair.cpp
M compiler-rt/test/dfsan/propagate.c
M compiler-rt/test/dfsan/pthread.c
M compiler-rt/test/dfsan/reaches_function.c
M compiler-rt/test/dfsan/release_shadow_space.c
M compiler-rt/test/dfsan/sigaction.c
M compiler-rt/test/dfsan/sigaction_stress_test.c
M compiler-rt/test/dfsan/stack_trace.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][test] Replace REQUIRES: x86_64-target-arch with lit.cfg.py check
Make it easier to support a new architecture.
Reviewed By: #sanitizers, vitalybuka
Differential Revision: https://reviews.llvm.org/D140744
More information about the All-commits
mailing list