blob: 3320e6b52129fc7f01ded097a0dcf55f27e74baa [file] [log] [blame]
#!/bin/bash
if [ "$1" != "-cc1" ]; then
`dirname $0`/../clang -target aarch64-none-linux-android "$@"
else
# target/triple already spelled out.
`dirname $0`/../clang "$@"
fi