[asan] Convert tests to check 'target=...'
authorPaul Robinson <paul.robinson@sony.com>
Fri, 16 Dec 2022 17:08:01 +0000 (09:08 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 16 Dec 2022 17:09:38 +0000 (09:09 -0800)
commitabd09754edf156bf8c36ac6f52bf003706977b03
treec24c099e1be8f7ec56da094f5318768918276a1c
parent6f6af76b843d1f5538e2ee112a0237ec3a899327
[asan] Convert tests to check 'target=...'

Part of the project to eliminate special handling for triples in lit
expressions.
15 files changed:
compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
compiler-rt/test/asan/TestCases/Linux/segv_read_write.c
compiler-rt/test/asan/TestCases/Linux/static_tls.cpp
compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cpp
compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cpp
compiler-rt/test/asan/TestCases/Posix/strndup_oob_test2.cpp
compiler-rt/test/asan/TestCases/global-location-nodebug.cpp
compiler-rt/test/asan/TestCases/intra-object-overflow.cpp
compiler-rt/test/asan/TestCases/malloc-no-intercept.c
compiler-rt/test/asan/TestCases/printf-4.c
compiler-rt/test/asan/TestCases/printf-m.c
compiler-rt/test/asan/TestCases/replaceable_new_delete.cpp
compiler-rt/test/asan/TestCases/strcat-overlap.cpp
compiler-rt/test/asan/TestCases/strstr_strict.c