[all-commits] [llvm/llvm-project] f7fc98: [OpenMP][Archer] Do not check for column numbers i...
Ilya Leoshkevich via All-commits
all-commits at lists.llvm.org
Wed Oct 25 04:22:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7fc98a1cff737d860ea99fe37e3ddb55ff5c1ed
https://github.com/llvm/llvm-project/commit/f7fc98a1cff737d860ea99fe37e3ddb55ff5c1ed
Author: Ilya Leoshkevich <iii at linux.ibm.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M openmp/tools/archer/tests/races/taskwait-depend.c
Log Message:
-----------
[OpenMP][Archer] Do not check for column numbers in backtraces (#70075)
TSan can show only line numbers on some platforms, e.g., SystemZ. Skip
checking the column numbers; line numbers should be enough to verify
that race detection is working.
More information about the All-commits
mailing list