This is an archive of the discontinued LLVM Phabricator instance.

Clang side changes for removal of support for runtime multi-threading.
ClosedPublic

Authored by zturner on Jun 9 2014, 3:48 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 10251.Jun 9 2014, 3:48 PM
zturner retitled this revision from to Clang side changes for removal of support for runtime multi-threading..
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added reviewers: rnk, dblaikie, chandlerc.
zturner added a subscriber: Unknown Object (MLST).
rnk accepted this revision.Jun 9 2014, 4:22 PM
rnk edited edge metadata.

lgtm

Will commit in a moment.

tools/libclang/CIndex.cpp
2566 ↗(On Diff #10251)

Unrelated issue: I wonder if this should call fflush(stderr).

This revision is now accepted and ready to land.Jun 9 2014, 4:22 PM
zturner closed this revision.Jun 10 2014, 4:10 PM
zturner updated this revision to Diff 10307.

Closed by commit rL210601 (authored by @zturner).