mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 07:19:03 -04:00
![]() 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 |
||
---|---|---|
.. | ||
builder_base.py | ||
builder_darwin.py | ||
builder_freebsd.py | ||
builder_linux2.py | ||
builder_netbsd.py | ||
builder_win32.py |