https://github.com/yxsamliu created https://github.com/llvm/llvm-project/pull/188262
[Driver][HIP] Bundle AMDGPU -S output under the new offload driver The old offload driver emits bundled assembly code for -S in textual clang-offload-bundler format. This allows a single .s file to contain assembly code for both host and devices, which can be consumed by clang. This eases manual optimization of assembly code for host and device. There are existing HIP tests and examples depending on this feature. The new offload driver does not support it, causing regressions. This patch adds support for this feature with minor changes to the job action creations. Fixes: LCOMPILER-553 The server is unavailable at this time. Please wait a few minutes before you try again. _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
