Following suggestion on D140690.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
clang/lib/Driver/ToolChains/Linux.cpp | ||
---|---|---|
766 | This change is still useful and worth submitting :) |
Paths
| Differential D140743
[DFSan] Fix overuse of REQUIRES: in tests. AbandonedPublic Authored by browneee on Dec 28 2022, 1:39 PM.
Diff Detail
Unit TestsFailed Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 28 2022, 1:39 PM This revision is now accepted and ready to land.Dec 28 2022, 2:36 PM
Revision Contents
Diff 485547 clang/lib/Driver/ToolChains/Linux.cpp
compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
compiler-rt/test/dfsan/atomic.cpp
compiler-rt/test/dfsan/basic.c
compiler-rt/test/dfsan/conditional_callbacks.c
compiler-rt/test/dfsan/conditional_callbacks_sig.c
compiler-rt/test/dfsan/custom.cpp
compiler-rt/test/dfsan/dfsan_get_track_origins.c
compiler-rt/test/dfsan/event_callbacks.c
compiler-rt/test/dfsan/fast8labels.c
compiler-rt/test/dfsan/flags.c
compiler-rt/test/dfsan/flush.c
compiler-rt/test/dfsan/fncall.c
compiler-rt/test/dfsan/force_zero.c
compiler-rt/test/dfsan/fork.cpp
compiler-rt/test/dfsan/gep.c
compiler-rt/test/dfsan/interceptors.c
compiler-rt/test/dfsan/libatomic.c
compiler-rt/test/dfsan/lookup_table.c
compiler-rt/test/dfsan/mmap_at_init.c
compiler-rt/test/dfsan/origin_add_label.c
compiler-rt/test/dfsan/origin_branch.c
compiler-rt/test/dfsan/origin_disabled.c
compiler-rt/test/dfsan/origin_id_stack_trace.c
compiler-rt/test/dfsan/origin_invalid.c
compiler-rt/test/dfsan/origin_ld_lost.c
compiler-rt/test/dfsan/origin_ldst.c
compiler-rt/test/dfsan/origin_limit.c
compiler-rt/test/dfsan/origin_memcpy.c
compiler-rt/test/dfsan/origin_memmove.c
compiler-rt/test/dfsan/origin_memset.c
compiler-rt/test/dfsan/origin_of_first_taint.c
compiler-rt/test/dfsan/origin_overlapped.c
compiler-rt/test/dfsan/origin_set_label.c
compiler-rt/test/dfsan/origin_stack_trace.c
compiler-rt/test/dfsan/origin_track_ld.c
compiler-rt/test/dfsan/origin_unaligned_memtrans.c
compiler-rt/test/dfsan/origin_untainted.c
compiler-rt/test/dfsan/origin_with_sigactions.c
compiler-rt/test/dfsan/origin_with_signals.cpp
compiler-rt/test/dfsan/pair.cpp
compiler-rt/test/dfsan/propagate.c
compiler-rt/test/dfsan/pthread.c
compiler-rt/test/dfsan/reaches_function.c
compiler-rt/test/dfsan/release_shadow_space.c
compiler-rt/test/dfsan/sigaction.c
compiler-rt/test/dfsan/sigaction_stress_test.c
compiler-rt/test/dfsan/stack_trace.c
compiler-rt/test/dfsan/struct.c
compiler-rt/test/dfsan/threaded_flush.c
compiler-rt/test/dfsan/trace-cmp.c
compiler-rt/test/dfsan/vararg.c
compiler-rt/test/dfsan/write_callback.c
|
This change is still useful and worth submitting :)