teak-llvm/lldb/packages/Python/lldbsuite/test/plugins
Pavel Labath e8baa4498d Fix compiler lookup when specified without path
r259433 introduced a regression, where if a compiler is specified without a path (e.g., CC=clang,
relying on the fact that clang is in $PATH), then the test suite would fail (at the compiler
version detection step) because realpath would interpret this as a path relative to cwd). The fix
is to perform the $PATH expansion (via `which`) before the realpath step.

llvm-svn: 259484
2016-02-02 09:49:37 +00:00
..
builder_base.py Fix compiler lookup when specified without path 2016-02-02 09:49:37 +00:00
builder_darwin.py
builder_freebsd.py
builder_linux2.py
builder_netbsd.py Define new builder_netbsd 2015-12-05 18:46:56 +00:00
builder_win32.py