aboutsummaryrefslogtreecommitdiff
path: root/mp/src/devtools/bin/osx32/xcode_ccache_wrapper
blob: 4f038475fcffbf5d66ebc61bc7605d9e5c4eaa95 (plain) (blame)
1
2
3
#!/bin/bash

exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"