summaryrefslogtreecommitdiff
path: root/bin/arm64-v8a/analyzer
blob: edc8e312764e49d80491027ca4b31f1609421bed (plain)
1
2
3
4
5
6
if [ "$1" != "-cc1" ]; then
    `dirname $0`/../clang -target aarch64-none-linux-android "$@"
else
    # target/triple already spelled out.
    `dirname $0`/../clang "$@"
fi