doc: Mention libc++ for ThreadSanitizer #19447 pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:200705-tsan changing 1 files +5 −2 Conversation Commits1 Files1 Check hebasto commented at 1:50 PM on July 5, 2020: member Since #19041 the CI already uses libc++ when compiling for ThreadSanitizer. Closes #19038. doc: Mention libc++ for ThreadSanitizer 22ab910ffb MarcoFalke commented at 2:13 PM on July 5, 2020: member There shouldn't be any issues running with the gnu tsan, so I think we should leave it to the developer which tsan to pick hebasto commented at 2:18 PM on July 5, 2020: member There shouldn't be any issues running with the gnu tsan, so I think we should leave it to the developer which tsan to pick Closing this. And probably #19038 should be closed too, no? hebasto closed this on Jul 5, 2020 hebasto deleted the branch on Jul 6, 2020 bitcoin locked this on Feb 15, 2022 ContributorshebastoMarcoFalke Linked (view graph)#19038 test, ci: Use the documented way to test with ThreadSanitizer#19041 ci: tsan with -stdlib=libc++-10