[libc] Install GPU headers to `gpu-none-llvm/` subfolder
The GPU support for the `libc` generates all its own headers. Since these headers use the same names as the system headers we need to make sure that they are separate. Currently, we either use the system headers on the GPU or the GPU headers on the system. This patch makes them explicitly separate. A follow-up patch will then make `clang` look in this folder by default. Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D146970
parent
9efb4db2
Please register or sign in to comment