[dfsan] Disable testing origin tracking on non x86_64 arch
authorJianzhou Zhao <jianzhouzh@google.com>
Thu, 11 Mar 2021 20:02:58 +0000 (20:02 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Thu, 11 Mar 2021 21:22:43 +0000 (21:22 +0000)
commit37520a0b2b2af025e40b17dbf99013cda9eb66a1
treeb81ec15a79ef15bfcd614fa76a103881391ef47a
parent7b153b43d3a14d76975039408c4b922beb576735
[dfsan] Disable testing origin tracking on non x86_64 arch

Fix test cases related to https://reviews.llvm.org/D95835.
14 files changed:
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_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_overlapped.c
compiler-rt/test/dfsan/origin_set_label.c
compiler-rt/test/dfsan/origin_unaligned_memtrans.c
compiler-rt/test/dfsan/origin_untainted.c