[Clang] Add an empty builtins.h file.
authorStefan Pintilie <stefanp@ca.ibm.com>
Thu, 15 Jul 2021 14:23:23 +0000 (09:23 -0500)
committerStefan Pintilie <stefanp@ca.ibm.com>
Fri, 16 Jul 2021 17:50:04 +0000 (12:50 -0500)
commit0bf4b81d57b0b4d1ecc2752be3e4ad1504ee1eb3
tree8c9255bfb0845b85f11e06a0f5c7d2855646d92f
parent2e65ec10104bac8449cfc2a2c633753b6c3527b9
[Clang] Add an empty builtins.h file.

On Power PC some legacy compilers included a number of builtins in a
builtins.h header file. While this header file is not required to hold
builtins for clang some legacy code does try to include this file and so
this patch provides an empty version of that file.

Differential Revision: https://reviews.llvm.org/D106065
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/builtins.h [new file with mode: 0644]
clang/test/Headers/builtins-header.c [new file with mode: 0644]