diff options
author | Francis Ricci <francisjricci@gmail.com> | 2017-05-25 17:41:10 +0000 |
---|---|---|
committer | Francis Ricci <francisjricci@gmail.com> | 2017-05-25 17:41:10 +0000 |
commit | 75ca300f2b6a8d32b924a52a7d5640af9e2d64c3 (patch) | |
tree | af49197b36b0e9463e1584e3dcaade54239e81a1 /llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp | |
parent | 14205b4a76283d7b0cdeb940b9e40b365a5fbbe9 (diff) | |
download | bcm5719-llvm-75ca300f2b6a8d32b924a52a7d5640af9e2d64c3.tar.gz bcm5719-llvm-75ca300f2b6a8d32b924a52a7d5640af9e2d64c3.zip |
Don't require ThreadState to be contained within tls on all platforms
The existing implementation ran CHECKs to assert that the thread state
was stored inside the tls. However, the mac implementation of tsan doesn't
store the thread state in tls, so these checks fail once darwin tls support
is added to the sanitizers. Only run these checks on platforms where
the thread state is expected to be contained in the tls.
llvm-svn: 303886
Diffstat (limited to 'llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions