Stella Laurenzo | 4ca3b08 | 2023-09-25 11:12:44 -0700 | [diff] [blame] | 1 | # Copyright 2019 The IREE Authors |
2 | # | ||||
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 | ||||
6 | |||||
7 | # IREE's runtime follows Google style while its compiler follows mostly LLVM | ||||
8 | # style (for naming/etc.) but using Google formatting. | ||||
9 | BasedOnStyle: Google |