[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support
Youling Tang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 27 03:53:19 PST 2022
tangyouling created this revision.
tangyouling added reviewers: Sanitizers, browneee, kcc, SixWeining, xen0n, xry111, MaskRay, XiaodongLoong.
Herald added subscribers: Enna1, StephenFan, dberris.
Herald added a project: All.
tangyouling requested review of this revision.
Herald added projects: clang, Sanitizers.
Herald added a subscriber: cfe-commits.
Enable loongarch64 and add test support.
Depends on D140689 <https://reviews.llvm.org/D140689>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140690
Files:
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/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140690.485367.patch
Type: text/x-patch
Size: 27679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221227/007b166a/attachment-0001.bin>
More information about the cfe-commits
mailing list