Stella Laurenzo | a3e97f1 | 2020-12-05 23:29:13 -0800 | [diff] [blame] | 1 | #!/bin/bash |
Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 2 | # Copyright 2020 The IREE Authors |
Stella Laurenzo | d601fbc | 2020-12-06 20:36:41 -0800 | [diff] [blame] | 3 | # |
Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 4 | # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| 5 | # See https://llvm.org/LICENSE.txt for license information. |
| 6 | # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
Stella Laurenzo | d601fbc | 2020-12-06 20:36:41 -0800 | [diff] [blame] | 7 | |
Stella Laurenzo | 4a8629a | 2021-01-07 14:46:27 -0800 | [diff] [blame] | 8 | cd "@IREE_BAZEL_SRC_ROOT@" |
| 9 | exec '@IREE_BAZEL_EXECUTABLE@' @_bazel_startup_options_joined@ "$@" --color=yes |