[PATCH] D119613: [OpenMP] Add support for CPU offloading in new driver

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 15 09:06:06 PST 2022


jhuber6 updated this revision to Diff 408904.
jhuber6 added a comment.

Add test for the arguments passed to the linker wrapper when doing host
offloading. It will be more difficult to do a unit test for the internal
operation of the linker wrapper because it is reactive to the data contained in
the object file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119613

Files:
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/openmp-offload.c
  clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119613.408904.patch
Type: text/x-patch
Size: 5404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220215/b14de859/attachment.bin>


More information about the cfe-commits mailing list