@echo off | |
REM Copyright 2020 The IREE Authors | |
REM | |
REM Licensed under the Apache License v2.0 with LLVM Exceptions. | |
REM See https://llvm.org/LICENSE.txt for license information. | |
REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
cd /d "@IREE_BAZEL_SRC_ROOT@" | |
@IREE_BAZEL_EXECUTABLE@ @_bazel_startup_options_joined@ %* || exit /b |