This is an archive of the discontinued LLVM Phabricator instance.

Make it possible to run dotest on Linux without any parameters
ClosedPublic

Authored by vharron on May 18 2015, 3:11 PM.

Details

Reviewers
clayborg
Summary

dotest will select clang-3.5 by default and fall back on clang/gcc
dotest will look for the lldb executable in the typical cmake
output locations:
{lldb}/../../../build/bin (next to llvm directory)
{lldb}/../../../build/host/bin (next to llvm directory)
{lldb}/../build/bin (next to lldb directory)
{lldb}/../build/host/bin (next to lldb directory)

Diff Detail

Event Timeline

vharron updated this revision to Diff 26020.May 18 2015, 3:11 PM
vharron retitled this revision from to Make it possible to run dotest on Linux without any parameters.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.May 18 2015, 3:33 PM
clayborg edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 18 2015, 3:33 PM
vharron closed this revision.May 18 2015, 4:11 PM

r237632