Add declaration for `__tsan_default_options` to tsan_interface.h
authorDave MacLachlan <dmaclach@google.com>
Mon, 20 Mar 2023 21:36:07 +0000 (14:36 -0700)
committerVitaly Buka <vitalybuka@google.com>
Mon, 20 Mar 2023 22:02:57 +0000 (15:02 -0700)
commit919a3f1c751bf27c3c28018d8ff6cb55a81a5164
tree23999938e88b9c1bf667734e5a4eaf90203f5419
parent6ee4ea8e2fe60647d9aecf42caed417cab13b091
Add declaration for `__tsan_default_options` to tsan_interface.h

`__tsan_default_options` is part of the tsan interface so should be
exposed in tsan_interface.h.

Differential Revision: https://reviews.llvm.org/D146259
compiler-rt/lib/tsan/rtl/tsan_flags.cpp
compiler-rt/lib/tsan/rtl/tsan_interface.h