r227997 - Thread Safety Analysis: add support for before/after annotations on mutexes.

Renato Golin renato.golin at linaro.org
Tue Feb 3 12:11:08 PST 2015


On 3 February 2015 at 18:17, DeLesley Hutchins <delesley at google.com> wrote:
> Author: delesley
> Date: Tue Feb  3 12:17:48 2015
> New Revision: 227997
>
> URL: http://llvm.org/viewvc/llvm-project?rev=227997&view=rev
> Log:
> Thread Safety Analysis: add support for before/after annotations on mutexes.
> These checks detect potential deadlocks caused by inconsistent lock
> ordering.  The checks are implemented under the -Wthread-safety-beta flag.

Hi,

Seems like some of your assumptions didn't hold on ARM64... :)

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/3372

Assertion `HasAttrs && "No attrs to get!"' failed.

Can you please have a look?

thanks,
--renato



More information about the cfe-commits mailing list