[all-commits] [llvm/llvm-project] 38e966: [asan] Convert more tests to check 'target=...'
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Fri Dec 16 10:37:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38e9660eaa3478b003cbc48cb4ed0adcf22e053a
https://github.com/llvm/llvm-project/commit/38e9660eaa3478b003cbc48cb4ed0adcf22e053a
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/odr-violation.cpp
M compiler-rt/test/asan/TestCases/Linux/odr-vtable.cpp
M compiler-rt/test/asan/TestCases/Linux/ptrace.cpp
M compiler-rt/test/asan/TestCases/Posix/mmap_limit_mb.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/atoll_strict.c
M compiler-rt/test/asan/TestCases/global-location.cpp
M compiler-rt/test/asan/TestCases/heavy_uar_test.cpp
M compiler-rt/test/asan/TestCases/initialization-bug.cpp
M compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp
M compiler-rt/test/asan/TestCases/interception_failure_test.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/pass-object-byval.cpp
M compiler-rt/test/asan/TestCases/printf-2.c
M compiler-rt/test/asan/TestCases/printf-3.c
M compiler-rt/test/asan/TestCases/printf-5.c
M compiler-rt/test/asan/TestCases/strcasestr-1.c
M compiler-rt/test/asan/TestCases/strcasestr-2.c
M compiler-rt/test/asan/TestCases/strcasestr_strict.c
M compiler-rt/test/asan/TestCases/strncasecmp_strict.c
M compiler-rt/test/asan/TestCases/strtoll_strict.c
M compiler-rt/test/asan/TestCases/time_interceptor.cpp
M compiler-rt/test/asan/TestCases/verbose-log-path_test.cpp
Log Message:
-----------
[asan] Convert more 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