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