blob: 3a54a423fbabf9ab3bcd6e614d365e6462bfe5cd [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2019 The IREE Authors
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08002#
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07003# 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-Noble1e20c602019-11-11 12:06:19 -08006
Ben Vanik1bf58312019-09-19 15:22:30 -07007# All of IREE is in the Google style except for iree/compiler/, which follows
Ben Vanik6b112ef2019-10-03 10:45:14 -07008# mostly LLVM style (for naming/etc) but the Google formatting (because internal
9# tooling has... issues).
Ben Vanik1bf58312019-09-19 15:22:30 -070010BasedOnStyle: Google