blob: 8514ff8dc9f19bcc5dbf0261d5b093723f8f8255 [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
Jakub Kuderski3b652d42023-06-23 20:51:35 -04007# IREE's runtime follows Google style while its compiler follows the
8# LLVM/MLIR variable naming and formatting style.
Ben Vanik1bf58312019-09-19 15:22:30 -07009BasedOnStyle: Google