[all-commits] [llvm/llvm-project] 89c92b: [OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD...

estewart08 via All-commits all-commits at lists.llvm.org
Fri Jun 7 13:38:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89c92b0bcf4b9a283ed594e01a4addd90e5d8735
      https://github.com/llvm/llvm-project/commit/89c92b0bcf4b9a283ed594e01a4addd90e5d8735
  Author: estewart08 <ethan.stewart at amd.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M offload/CMakeLists.txt
    M openmp/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801)

Without a value set conditional checks like
if(NOT ${OPENMP_STANDALONE_BUILD})
will not be able to evaluate to true.
Fixes issue introduced from PR #93463, which did not allow the OMPT
variable to be propogated up to offload during a runtimes build.



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