[all-commits] [llvm/llvm-project] 37520a: [dfsan] Disable testing origin tracking on non x86...
Z via All-commits
all-commits at lists.llvm.org
Thu Mar 11 13:23:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37520a0b2b2af025e40b17dbf99013cda9eb66a1
https://github.com/llvm/llvm-project/commit/37520a0b2b2af025e40b17dbf99013cda9eb66a1
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
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_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_overlapped.c
M compiler-rt/test/dfsan/origin_set_label.c
M compiler-rt/test/dfsan/origin_unaligned_memtrans.c
M compiler-rt/test/dfsan/origin_untainted.c
Log Message:
-----------
[dfsan] Disable testing origin tracking on non x86_64 arch
Fix test cases related to https://reviews.llvm.org/D95835.
More information about the All-commits
mailing list