This is an archive of the discontinued LLVM Phabricator instance.

Merge ENABLE_THREADS and ENABLE_STD_THREADS markers
ClosedPublic

Authored by tberghammer on Dec 14 2015, 8:22 AM.

Details

Summary

Merge ENABLE_THREADS and ENABLE_STD_THREADS markers

Both of these markers are used in the test suit for annotating when a test needs multi threaded support. Previously they had slightly different meaning but they converged to the point where they are used interchangeably. This CL removes the ENABLE_STD_THREADS one to simplify the test suite and avoid some confusion.

Note: This CL is a preparation to get test running on android compiled with clang

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Merge ENABLE_THREADS and ENABLE_STD_THREADS markers.
tberghammer updated this object.
tberghammer added reviewers: labath, zturner.
tberghammer added a subscriber: lldb-commits.
labath accepted this revision.Dec 14 2015, 9:37 AM
labath edited edge metadata.

Looks like a nice simplification.

This revision is now accepted and ready to land.Dec 14 2015, 9:37 AM
zturner accepted this revision.Dec 14 2015, 10:37 AM
zturner edited edge metadata.
This revision was automatically updated to reflect the committed changes.