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 | |
Ben Vanik | 1bf5831 | 2019-09-19 15:22:30 -0700 | [diff] [blame] | 7 | # All of IREE is in the Google style except for iree/compiler/, which follows |
Ben Vanik | 6b112ef | 2019-10-03 10:45:14 -0700 | [diff] [blame] | 8 | # mostly LLVM style (for naming/etc) but the Google formatting (because internal |
| 9 | # tooling has... issues). |
Ben Vanik | 1bf5831 | 2019-09-19 15:22:30 -0700 | [diff] [blame] | 10 | BasedOnStyle: Google |