This is an archive of the discontinued LLVM Phabricator instance.

Remove use_pthread option from getBuildFlags in the test environment
ClosedPublic

Authored by tberghammer on Feb 24 2015, 8:30 AM.

Details

Summary

Remove use_pthread option from getBuildFlags in the test environment

Removing the option to request the usage of pthread based on an argument of the getBuildFlags method in lldbtest.py because it can be specified by a variable in the makefile for the given test case. Using the variable in the makefile works in all supported platform based on some platform specific code in test/make/Makefile.rules while the getBuildFlags method haven't had any platform specific part what cause build failure on android.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Remove use_pthread option from getBuildFlags in the test environment.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: emaste, clayborg, ovyalov.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Feb 24 2015, 11:11 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Feb 24 2015, 11:11 AM
This revision was automatically updated to reflect the committed changes.