[all-commits] [llvm/llvm-project] fdf97b: [test] Enable check-lsan on aarch64-*-linux
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Mar 23 11:11:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdf97bc73891d6480bffc7bcfe4e2a55d61e8d9e
https://github.com/llvm/llvm-project/commit/fdf97bc73891d6480bffc7bcfe4e2a55d61e8d9e
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
M compiler-rt/test/lsan/lit.common.cfg.py
Log Message:
-----------
[test] Enable check-lsan on aarch64-*-linux
`check-lsan` passed on an aarch64-*-linux machine.
Unsupport `many_tls_keys_pthread.cpp` for now: it requires GetTls to include
`specific_1stblock` and `specific` in `struct pthread`.
Differential Revision: https://reviews.llvm.org/D98985
More information about the All-commits
mailing list