[all-commits] [llvm/llvm-project] 6c1d74: sanitizer_common: don't use [[no_unique_address]]
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Jul 23 01:55:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c1d74d5eda2a8e21e1037eb1b2015cb58683a12
https://github.com/llvm/llvm-project/commit/6c1d74d5eda2a8e21e1037eb1b2015cb58683a12
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
Log Message:
-----------
sanitizer_common: don't use [[no_unique_address]]
https://lab.llvm.org/buildbot#builders/112/builds/7881
https://lab.llvm.org/buildbot#builders/121/builds/9907
https://lab.llvm.org/buildbot#builders/105/builds/12770
../../sanitizer_common/sanitizer_mutex.h:288:38: error:
'no_unique_address' attribute directive ignored [-Werror=attributes]
[[no_unique_address]] CheckedMutex checked_;
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D106637
More information about the All-commits
mailing list