summaryrefslogtreecommitdiff
path: root/bin/arm64-v8a/analyzer++
blob: 691fec258f49fd63140b806b9a6f11ec7c7185c1 (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