[PATCH] D141717: [Clang] Only emit textual LLVM-IR in device only mode
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 24 10:40:27 PST 2023
jhuber6 added a comment.
In D141717#4074842 <https://reviews.llvm.org/D141717#4074842>, @yaxunl wrote:
> Can we keep the original behaviour for the old driver for HIP? Only enable the change for the new driver.
That's probably fair because AFAIK that will still use the `clang-offload-bundler` which shows both of them at the same time side-by-side. I'll need to check the behavior there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141717/new/
https://reviews.llvm.org/D141717
More information about the cfe-commits
mailing list