[Openmp-commits] [PATCH] D130020: [OpenMP] Deprecate the old driver for OpenMP offloading

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 26 12:12:01 PDT 2022


jhuber6 added a comment.

In D130020#3752458 <https://reviews.llvm.org/D130020#3752458>, @thakis wrote:

> This caused:
>
>   In file included from ../../clang/lib/Driver/ToolChains/Cuda.cpp:9:
>   ../../clang/lib/Driver/ToolChains/Cuda.h:193:29: warning: private field 'OK' is not used [-Wunused-private-field]
>     const Action::OffloadKind OK;
>                               ^

Thanks for bringing this to my attention, it should be an easy fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130020



More information about the Openmp-commits mailing list