[all-commits] [llvm/llvm-project] abd097: [asan] Convert tests to check 'target=...'
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Fri Dec 16 09:10:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abd09754edf156bf8c36ac6f52bf003706977b03
https://github.com/llvm/llvm-project/commit/abd09754edf156bf8c36ac6f52bf003706977b03
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
M compiler-rt/test/asan/TestCases/Linux/segv_read_write.c
M compiler-rt/test/asan/TestCases/Linux/static_tls.cpp
M compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
M compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cpp
M compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cpp
M compiler-rt/test/asan/TestCases/Posix/strndup_oob_test2.cpp
M compiler-rt/test/asan/TestCases/global-location-nodebug.cpp
M compiler-rt/test/asan/TestCases/intra-object-overflow.cpp
M compiler-rt/test/asan/TestCases/malloc-no-intercept.c
M compiler-rt/test/asan/TestCases/printf-4.c
M compiler-rt/test/asan/TestCases/printf-m.c
M compiler-rt/test/asan/TestCases/replaceable_new_delete.cpp
M compiler-rt/test/asan/TestCases/strcat-overlap.cpp
M compiler-rt/test/asan/TestCases/strstr_strict.c
Log Message:
-----------
[asan] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
More information about the All-commits
mailing list