[all-commits] [llvm/llvm-project] d022f6: [Libomp] Place generated OpenMP headers into build...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Apr 9 06:48:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d022f6b8ff94bb13d12d39f23a3c3e7836e90756
      https://github.com/llvm/llvm-project/commit/d022f6b8ff94bb13d12d39f23a3c3e7836e90756
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
    M clang/test/Headers/Inputs/include/stdint.h
    M openmp/runtime/src/CMakeLists.txt

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list