Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the logic in DWARFContext thread safety selection (#11)
The patch triggered some TSAN reports. Looks like the logic which decided if the thread safe or thread unsafe implementation should be used is inverted. The test is passing with this patch in place.
- Loading branch information