diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-09-22 19:25:28 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-09-23 11:04:43 +0200 |
commit | 702cb7afe9de21b9a86d012cdd0b283496e619af (patch) | |
tree | 0e9defa3b50c91b24e2ce723f190f74877ffd363 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 20d3e518010a2a4fa1f4cdc9b7b885f13966a19c (diff) | |
download | llvm-702cb7afe9de21b9a86d012cdd0b283496e619af.zip llvm-702cb7afe9de21b9a86d012cdd0b283496e619af.tar.gz llvm-702cb7afe9de21b9a86d012cdd0b283496e619af.tar.bz2 |
tsan: move shadow declaration into a separate header file (NFC)
tsan_rtl.h is very huge and contains too many things.
Move FastState and Shadow types into a new tsan_shadow.h file.
This also allows to use FastState/Shadow in other header files
without creating circular dependencies (which most likely will
happen today).
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D110272
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions