[PATCH] D77477: tsan: don't instrument __attribute__((naked)) functions

2020-04-09 Thread Anton Bikineev via Phabricator via cfe-commits
AntonBikineev added a comment. Thanks for taking a look! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77477/new/ https://reviews.llvm.org/D77477 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D77477: tsan: don't instrument __attribute__((naked)) functions

2020-04-09 Thread Anton Bikineev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9e1ccec8d529: tsan: don't instrument __attribute__((naked)) functions (authored by AntonBikineev). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77477/new/

[PATCH] D77477: tsan: don't instrument __attribute__((naked)) functions

2020-04-08 Thread Kostya Serebryany via Phabricator via cfe-commits
kcc added a comment. The code is ok, but I'd like to see an ACK from Dmitry. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77477/new/ https://reviews.llvm.org/D77477 ___ cfe-commits mailing list cfe-co