[clang] [HIP] Correctly omit bundling with the new driver (PR #85842)

2024-03-20 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 closed https://github.com/llvm/llvm-project/pull/85842 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HIP] Correctly omit bundling with the new driver (PR #85842)

2024-03-19 Thread Yaxun Liu via cfe-commits
https://github.com/yxsamliu approved this pull request. https://github.com/llvm/llvm-project/pull/85842 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HIP] Correctly omit bundling with the new driver (PR #85842)

2024-03-19 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/85842 >From d920ec18c3133dba59149c756a91f7d459040435 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Tue, 19 Mar 2024 13:29:35 -0500 Subject: [PATCH] [HIP] Correctly omit bundling with the new driver Summary: The HI

[clang] [HIP] Correctly omit bundling with the new driver (PR #85842)

2024-03-19 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff d4fb50d3e5fdf4aba4981371af53aa8fbbd6bf20 5cb265bfa23d7d697499544bddaa20d314eb1efc --

[clang] [HIP] Correctly omit bundling with the new driver (PR #85842)

2024-03-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Joseph Huber (jhuber6) Changes Summary: The HIP phases do not emit the offload bundler output when we do not invoke the final linker phase in device only mode. Check this propery. --- Full diff: https://github.com/llvm/llvm-project/pull/8

[clang] [HIP] Correctly omit bundling with the new driver (PR #85842)

2024-03-19 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 created https://github.com/llvm/llvm-project/pull/85842 Summary: The HIP phases do not emit the offload bundler output when we do not invoke the final linker phase in device only mode. Check this propery. >From 5cb265bfa23d7d697499544bddaa20d314eb1efc Mon Sep 17 00:0