This is an archive of the discontinued LLVM Phabricator instance.

Get rid of llvm_start/stop_multithreading() functions
ClosedPublic

Authored by zturner on Jun 19 2014, 9:32 AM.

Details

Summary

With the removal of the LLVM global lock in r211277, these functions are now essentially no-ops that serve no useful purpose.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 10639.Jun 19 2014, 9:32 AM
zturner retitled this revision from to Get rid of llvm_start/stop_multithreading() functions.
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added reviewers: rnk, dblaikie, majnemer.
zturner set the repository for this revision to rL LLVM.
zturner added a subscriber: Unknown Object (MLST).
dblaikie accepted this revision.Jun 19 2014, 9:35 AM
dblaikie edited edge metadata.
This revision is now accepted and ready to land.Jun 19 2014, 9:35 AM
rnk accepted this revision.Jun 19 2014, 10:05 AM
rnk edited edge metadata.

lgtm

zturner closed this revision.Jun 19 2014, 11:26 AM
zturner updated this revision to Diff 10648.

Closed by commit rL211287 (authored by @zturner).