[all-commits] [llvm/llvm-project] c5c316: [dfsan] Do not test origin-tracking in atomic.cpp
Z via All-commits
all-commits at lists.llvm.org
Fri Feb 26 11:49:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5c316f6d9eeecae6de538ff554ae8066ebecb91
https://github.com/llvm/llvm-project/commit/c5c316f6d9eeecae6de538ff554ae8066ebecb91
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M compiler-rt/test/dfsan/atomic.cpp
Log Message:
-----------
[dfsan] Do not test origin-tracking in atomic.cpp
This would cause linking errors after https://reviews.llvm.org/D97483
that introduced new prefixes for ABI wrappers with origin tracking mode.
We will renable this after the full origin tracking is checked in.
More information about the All-commits
mailing list