[clang] [Clang][HIP] Add LLVM vendored device headers for `*-llvm` triple (PR #203980)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 18 16:04:28 PDT 2026


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 origin/main HEAD --extensions cpp,h,c -- clang/lib/Headers/__clang_gpu_builtin_vars.h clang/lib/Headers/__clang_gpu_device_functions.h clang/lib/Headers/__clang_gpu_intrinsics.h clang/test/Headers/gpu-device-functions.cpp clang/lib/Driver/ToolChains/HIPAMD.cpp clang/lib/Frontend/InitPreprocessor.cpp clang/test/Preprocessor/predefined-macros.c --diff_from_common_commit
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/clang/lib/Headers/__clang_gpu_builtin_vars.h b/clang/lib/Headers/__clang_gpu_builtin_vars.h
index c14cf82ca..01e9b637d 100644
--- a/clang/lib/Headers/__clang_gpu_builtin_vars.h
+++ b/clang/lib/Headers/__clang_gpu_builtin_vars.h
@@ -61,7 +61,8 @@ __GPU_COORD_BUILTIN(__gpu_builtin_gridDim_t, __gpu_num_blocks_x(),
 #pragma pop_macro("__GPU_COORD_BUILTIN")
 #pragma pop_macro("__GPU_DISALLOW_BUILTINVAR_ACCESS")
 
-static inline const __attribute__((device)) __gpu_builtin_threadIdx_t threadIdx{};
+static inline const
+    __attribute__((device)) __gpu_builtin_threadIdx_t threadIdx{};
 static inline const __attribute__((device)) __gpu_builtin_blockIdx_t blockIdx{};
 static inline const __attribute__((device)) __gpu_builtin_blockDim_t blockDim{};
 static inline const __attribute__((device)) __gpu_builtin_gridDim_t gridDim{};

``````````

</details>


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


More information about the cfe-commits mailing list