[Openmp-commits] [PATCH] D108640: [OpenMP][amdgcn] Don't use in-tree clang if not available.

Uday Bondhugula via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 24 10:24:09 PDT 2021


bondhugula added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt:53
+else()
+  libomptarget_say("Not building AMDGCN device RTL. No appropriate clang found")
+  return()
----------------
Nit: Missing full stop at the end.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108640



More information about the Openmp-commits mailing list