[Openmp-commits] [PATCH] D125698: [Libomptarget] Don't build the device runtime without a new Clang

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon May 16 12:09:28 PDT 2022


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/CMakeLists.txt:269
 
 add_subdirectory(src)
----------------
protze.joachim wrote:
> This line will be skipped, if the return hits. Is this the intended behavior?
Yes, that directly is only used by the above target library. The previous method just grabbed all the sources directly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125698/new/

https://reviews.llvm.org/D125698



More information about the Openmp-commits mailing list