blob: c862ef18922aec7e8057de30072d79c9d29ff43b [file] [log] [blame]
#! /bin/sh
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Run host(SDK) clang with the passed arguments.
exec "$(dirname "$(readlink -f "$0")")"/x86_64-pc-linux-gnu-clang "$@"