diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-04-08 15:26:54 -0500 |
---|---|---|
committer | Joseph Huber <huberjn@outlook.com> | 2024-04-09 08:47:51 -0500 |
commit | d022f6b8ff94bb13d12d39f23a3c3e7836e90756 (patch) | |
tree | a396bcef2ec31a440448a3e913a5edee29cc0bb8 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 0c92f8646a765174b68797ad3c0842215c77752f (diff) | |
download | llvm-d022f6b8ff94bb13d12d39f23a3c3e7836e90756.zip llvm-d022f6b8ff94bb13d12d39f23a3c3e7836e90756.tar.gz llvm-d022f6b8ff94bb13d12d39f23a3c3e7836e90756.tar.bz2 |
[Libomp] Place generated OpenMP headers into build resource directory (#88007)
Summary:
These headers are a part of the compiler's resource directory once
installed. However, they are currently placed in the binary directory
temporarily. This makes it more difficult to use the compiler out of the
build directory and will cause issues when moving to `liboffload`. This
patch changes the logic to write these instead to the copmiler's
resource directory inside of the build tree.
NOTE: This doesn't change the Fortran headers, I don't know enough about
those and it won't use the same directory.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions