[compiler-rt] [scudo] Add missing thread-safety analysis annotations. (PR #68072)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 09:42:09 PDT 2023


ChiaHungDuan wrote:

One quick question, why do we need to annotate `REQUIRES` capability here if we already mark it as `ASSERT_CAPABILITY`?  

https://clang.llvm.org/docs/ThreadSafetyAnalysis.html#assert-capability-and-assert-shared-capability

https://github.com/llvm/llvm-project/pull/68072


More information about the llvm-commits mailing list