[PATCH] D116545: [OpenMP] Add support for extracting device code in linker wrapper

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 09:38:29 PST 2022


jhuber6 added a comment.

In D116545#3284541 <https://reviews.llvm.org/D116545#3284541>, @jdoerfert wrote:

> what commit contains the tests?

The previous four have clang tests, showing that we call this tool with the expected arguments. Testing the tool itself requires running it, so I was thinking I could make a new class of OpenMP tests that run with the new driver similar to how we handled the new runtime transition. Haven't gotten that done yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116545



More information about the cfe-commits mailing list