blob: 65095861ca9b1c57f214d5d08ac7cc5b9637a8fc [file] [log] [blame]
Pirama Arumuga Nainar494f6452021-12-02 10:42:14 -08001/*===---- builtins.h - Standard header for extra builtins -----------------===*\
2 *
3 * Part of the LLVM Project, 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\*===----------------------------------------------------------------------===*/
8
9/// Some legacy compilers have builtin definitions in a file named builtins.h.
10/// This header file has been added to allow compatibility with code that was
11/// written for those compilers. Code may have an include line for this file
12/// and to avoid an error an empty file with this name is provided.
13#ifndef __BUILTINS_H
14#define __BUILTINS_H
15
16#endif /* __BUILTINS_H */