[PATCH] D122831: [OpenMP] Make the new offloading driver the default

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 09:10:47 PDT 2022


jhuber6 added a comment.

In D122831#3419768 <https://reviews.llvm.org/D122831#3419768>, @jdoerfert wrote:

> I feel we should port some of the clang driver tests rather than running them only for the old one.
> The old one is on its way out, so ...

I tried to keep it where it worked, most of the ones changed were for checking things like nvlink specifically. One problem is the test that does `-E` which doesn't work right now because we won't generate offloading code without hitting a compile phase on the host. Will need to restructure some stuff to get that to work but I'm not sure how high the priority is when save-temps works fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122831



More information about the cfe-commits mailing list