Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 1 | # Copyright 2019 The IREE Authors |
Geoffrey Martin-Noble | 1e20c60 | 2019-11-11 12:06:19 -0800 | [diff] [blame] | 2 | # |
Geoffrey Martin-Noble | 552d3f8 | 2021-05-25 17:56:09 -0700 | [diff] [blame] | 3 | # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| 4 | # See https://llvm.org/LICENSE.txt for license information. |
| 5 | # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
Geoffrey Martin-Noble | 1e20c60 | 2019-11-11 12:06:19 -0800 | [diff] [blame] | 6 | |
Jakub Kuderski | 3b652d4 | 2023-06-23 20:51:35 -0400 | [diff] [blame] | 7 | # IREE's runtime follows Google style while its compiler follows the |
| 8 | # LLVM/MLIR variable naming and formatting style. |
Ben Vanik | 1bf5831 | 2019-09-19 15:22:30 -0700 | [diff] [blame] | 9 | BasedOnStyle: Google |