9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
if test -d "$topsrcdir/clang/bin"; then
|
|
CLANG_DIR=`cd "$topsrcdir/clang/bin" ; pwd`
|
|
export PATH="${CLANG_DIR}:${PATH}"
|
|
|
|
mk_export_correct_style PATH
|
|
fi
|
|
|
|
export LINKER=lld-link
|