Fix problem with ar_to_bc.sh script introduced by r357450.

The new code wasn't matching absolute paths correctly. Should unbreak
sanitizer-x86_64-linux bot.

llvm-svn: 357502
This commit is contained in:
Peter Collingbourne
2019-04-02 17:47:38 +00:00
parent 37b0f9ad95
commit a720381bb5

View File

@@ -9,8 +9,8 @@ if [ "$#" -le 1 ]; then
usage
fi
[[ AR == /* ]] || AR=$PWD/$AR
[[ LINK == /* ]] || LINK=$PWD/$LINK
[[ $AR == /* ]] || AR=$PWD/$AR
[[ $LINK == /* ]] || LINK=$PWD/$LINK
INPUTS=
OUTPUT=