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.
Details
Details
- Reviewers
nemanjai lei - Group Reviewers
Restricted Project - Commits
- rG0bf4b81d57b0: [Clang] Add an empty builtins.h file.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Headers/builtins-header.c | ||
---|---|---|
2 | I don't think so... but I could be wrong. I am testing this using the Power PC triple but in reality there is nothing specifically Power PC about this header file. I think that it can be included on any target. |
Please describe the purpose of this header file in a comment here.