Skip to content

Commit

Permalink
Regenerate linux toolchains from e5a3aeb
Browse files Browse the repository at this point in the history
[skip ci]
images: Update llvm -> 16.0.0 (#315)

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
update-envoy[bot] committed Mar 11, 2024
1 parent e5a3aeb commit f39c21b
Show file tree
Hide file tree
Showing 11 changed files with 631 additions and 447 deletions.
6 changes: 3 additions & 3 deletions toolchains/configs/linux/clang/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ cc_toolchain_config(
target_libc = "local",
abi_version = "local",
abi_libc_version = "local",
cxx_builtin_include_directories = ["/opt/llvm/lib/clang/15.0.6/include",
cxx_builtin_include_directories = ["/opt/llvm/lib/clang/16/include",
"/usr/local/include",
"/usr/include/x86_64-linux-gnu",
"/usr/include",
"/opt/llvm/lib/clang/15.0.6/share",
"/opt/llvm/lib/clang/16/share",
"/usr/include/c++/11",
"/usr/include/x86_64-linux-gnu/c++/11",
"/usr/include/c++/11/backward",
Expand All @@ -95,7 +95,7 @@ cc_toolchain_config(
"llvm-cov": "/opt/llvm/bin/llvm-cov",
"llvm-profdata": "/opt/llvm/bin/llvm-profdata",
"cpp": "/usr/bin/cpp",
"gcc": "/opt/llvm/bin/clang-15",
"gcc": "/opt/llvm/bin/clang-16",
"dwp": "/usr/bin/dwp",
"gcov": "/opt/llvm/bin/llvm-profdata",
"nm": "/usr/bin/nm",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
This file is generated by cc_configure and contains builtin include directories
that /opt/llvm/bin/clang-15 reported. This file is a dependency of every compilation action and
that /opt/llvm/bin/clang-16 reported. This file is a dependency of every compilation action and
changes to it will be reflected in the action cache key. When some of these
paths change, Bazel will make sure to rerun the action, even though none of
declared action inputs or the action commandline changes.

/opt/llvm/lib/clang/15.0.6/include
/opt/llvm/lib/clang/16/include
/usr/local/include
/usr/include/x86_64-linux-gnu
/usr/include
/opt/llvm/lib/clang/15.0.6/share
/opt/llvm/lib/clang/16/share
/usr/include/c++/11
/usr/include/x86_64-linux-gnu/c++/11
/usr/include/c++/11/backward
Expand Down
2 changes: 1 addition & 1 deletion toolchains/configs/linux/clang/cc/cc_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ set -eu


# Call the C++ compiler
/opt/llvm/bin/clang-15 "$@"
/opt/llvm/bin/clang-16 "$@"
522 changes: 307 additions & 215 deletions toolchains/configs/linux/clang/cc/module.modulemap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion toolchains/configs/linux/clang/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform(
"@bazel_tools//tools/cpp:clang",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:4ba7628c67de37c9dc81a3c9a58ef3fc7f79b585900775253e5b8d310dc05a49",
"container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:9552872aa2437328a44f7fb436f7d5547925c38937961979684a40c0fef882ab",
"OSFamily": "Linux",
},
)
6 changes: 3 additions & 3 deletions toolchains/configs/linux/clang_libcxx/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ cc_toolchain_config(
target_libc = "local",
abi_version = "local",
abi_libc_version = "local",
cxx_builtin_include_directories = ["/opt/llvm/lib/clang/15.0.6/include",
cxx_builtin_include_directories = ["/opt/llvm/lib/clang/16/include",
"/usr/local/include",
"/usr/include/x86_64-linux-gnu",
"/usr/include",
"/opt/llvm/lib/clang/15.0.6/share",
"/opt/llvm/lib/clang/16/share",
"/opt/llvm/include/x86_64-unknown-linux-gnu/c++/v1",
"/opt/llvm/include/c++/v1"],
tool_paths = {"ar": "/usr/bin/ar",
"ld": "/usr/bin/ld",
"llvm-cov": "/opt/llvm/bin/llvm-cov",
"llvm-profdata": "/opt/llvm/bin/llvm-profdata",
"cpp": "/usr/bin/cpp",
"gcc": "/opt/llvm/bin/clang-15",
"gcc": "/opt/llvm/bin/clang-16",
"dwp": "/usr/bin/dwp",
"gcov": "/opt/llvm/bin/llvm-profdata",
"nm": "/usr/bin/nm",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
This file is generated by cc_configure and contains builtin include directories
that /opt/llvm/bin/clang-15 reported. This file is a dependency of every compilation action and
that /opt/llvm/bin/clang-16 reported. This file is a dependency of every compilation action and
changes to it will be reflected in the action cache key. When some of these
paths change, Bazel will make sure to rerun the action, even though none of
declared action inputs or the action commandline changes.

/opt/llvm/lib/clang/15.0.6/include
/opt/llvm/lib/clang/16/include
/usr/local/include
/usr/include/x86_64-linux-gnu
/usr/include
/opt/llvm/lib/clang/15.0.6/share
/opt/llvm/lib/clang/16/share
/opt/llvm/include/x86_64-unknown-linux-gnu/c++/v1
/opt/llvm/include/c++/v1
2 changes: 1 addition & 1 deletion toolchains/configs/linux/clang_libcxx/cc/cc_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ set -eu


# Call the C++ compiler
/opt/llvm/bin/clang-15 "$@"
/opt/llvm/bin/clang-16 "$@"
522 changes: 307 additions & 215 deletions toolchains/configs/linux/clang_libcxx/cc/module.modulemap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion toolchains/configs/linux/clang_libcxx/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform(
"@bazel_tools//tools/cpp:clang",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:4ba7628c67de37c9dc81a3c9a58ef3fc7f79b585900775253e5b8d310dc05a49",
"container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:9552872aa2437328a44f7fb436f7d5547925c38937961979684a40c0fef882ab",
"OSFamily": "Linux",
},
)
2 changes: 1 addition & 1 deletion toolchains/configs/linux/gcc/config/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform(
"@bazel_tools//tools/cpp:clang",
],
exec_properties = {
"container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:4ba7628c67de37c9dc81a3c9a58ef3fc7f79b585900775253e5b8d310dc05a49",
"container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:9552872aa2437328a44f7fb436f7d5547925c38937961979684a40c0fef882ab",
"OSFamily": "Linux",
},
)

0 comments on commit f39c21b

Please sign in to comment.