[Openmp-commits] [PATCH] D108640: [OpenMP][amdgcn] Don't use in-tree clang if not available.
Michael Kruse via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 25 07:32:50 PDT 2021
Meinersbur 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()
----------------
bondhugula wrote:
> Nit: Missing full stop at the end.
Neither do the other `libomptarget_say` calls. Just keeping it consistent.
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