[PATCH] D116544: [Clang] Introduce Clang Linker Wrapper Tool

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 13:07:15 PST 2022


jhuber6 added a comment.

In D116544#3285369 <https://reviews.llvm.org/D116544#3285369>, @jyknight wrote:

> "clang-linker-wrapper" seems like a very generic name for a command which is OpenMP offloading specific?

This could potentially be used to handle CUDA / HIP offloading as well, so I deliberately chose not bind it too tightly to OpenMP offloading. I can change the name if people think that it's too confusing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116544



More information about the cfe-commits mailing list