[all-commits] [llvm/llvm-project] 0773a5: [lsan] Convert tests to check 'target=...'
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Mon Dec 19 06:26:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0773a5cbe860901d78551d195deba822225a6461
https://github.com/llvm/llvm-project/commit/0773a5cbe860901d78551d195deba822225a6461
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M compiler-rt/test/lsan/TestCases/Linux/fork_and_leak.cpp
M compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp
M compiler-rt/test/lsan/TestCases/large_allocation_leak.cpp
M compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
Log Message:
-----------
[lsan] 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