Skip to content

Commit

Permalink
Merge pull request #2636 from ROCm/develop-upstream-clang20
Browse files Browse the repository at this point in the history
Adding clang/20 to the list of include dirs
  • Loading branch information
i-chaochen authored Sep 26, 2024
2 parents 3ed87dc + 94f61ee commit 038a6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/gpus/rocm_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def _rocm_include_path(repository_ctx, rocm_config, bash_bin):
inc_dirs.append(rocm_toolkit_path + "/lib/llvm/lib/clang/17/include")
inc_dirs.append(rocm_toolkit_path + "/lib/llvm/lib/clang/18/include")
inc_dirs.append(rocm_toolkit_path + "/lib/llvm/lib/clang/19/include")
inc_dirs.append(rocm_toolkit_path + "/lib/llvm/lib/clang/20/include")

# Support hcc based off clang 10.0.0 (for ROCm 3.3)
inc_dirs.append(rocm_toolkit_path + "/hcc/compiler/lib/clang/10.0.0/include/")
Expand Down

0 comments on commit 038a6d6

Please sign in to comment.