Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGe409be178eae: Disable thread_local for i686-mingw
rABCe409be178eae: Disable thread_local for i686-mingw
Build for win32 with autotools and cmake. Run bitcoin-qt and check it
doesn't crash.
As a sanity check, build for win64 and any linux and check
thread_local is enabled.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR15849_continued
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 10013 Build 17872: Default Diff Build & Tests Build 17871: arc lint + arc unit
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
src/util/threadnames.cpp | ||
---|---|---|
52 ↗ | (On Diff #17240) | Nit: Missing comment // Without thread_local available, don't handle internal name at all. |