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

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 11:33:29 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff d4fb50d3e5fdf4aba4981371af53aa8fbbd6bf20 5cb265bfa23d7d697499544bddaa20d314eb1efc -- clang/lib/Driver/Driver.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index e7d57635e0..767c1cd47e 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -4641,7 +4641,6 @@ Action *Driver::BuildOffloadingActions(Compilation &C,
           DDep.add(*Input, *TCAndArch->first, TCAndArch->second.data(), Kind);
       OffloadActions.push_back(C.MakeAction<OffloadAction>(DDep, A->getType()));
 
-
       ++TCAndArch;
     }
   }

``````````

</details>


https://github.com/llvm/llvm-project/pull/85842


More information about the cfe-commits mailing list