xref: /aosp_15_r20/external/skia/toolchain/ios_trampolines/clang_trampoline_ios.sh (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1#!/bin/bash
2# Copyright 2022 Google LLC
3#
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7set -euo pipefail
8
9external/clang_ios/bin/clang $@
10