llvm-project/llvm/test/Instrumentation/ThreadSanitizer
Anton Bikineev 9e1ccec8d5 tsan: don't instrument __attribute__((naked)) functions
Naked functions are required to not have compiler generated
prologues/epilogues, hence no instrumentation is needed for them.

Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=45400

Differential Revision: https://reviews.llvm.org/D77477
2020-04-09 13:47:47 +02:00
..
atomic-non-integer.ll
atomic.ll
capture.ll
do-not-instrument-memory-access.ll
eh.ll
no_sanitize_thread.ll
read_before_write.ll
read_from_global.ll
sanitize-thread-no-checking.ll
str-nobuiltin.ll
tsan-vs-gvn.ll
tsan_address_space_attr.ll
tsan_basic.ll tsan: don't instrument __attribute__((naked)) functions 2020-04-09 13:47:47 +02:00
unaligned.ll
vptr_read.ll
vptr_update.ll