Skip to content

Commit

Permalink
Update LLVM and rust toolchains (TraceMachina#557)
Browse files Browse the repository at this point in the history
Bump LLVM to 17.0.6 and rustc to 1.74.0 for native Cargo builds.
  • Loading branch information
aaronmondal authored Dec 20, 2023
1 parent 0d18d36 commit 1726a1a
Show file tree
Hide file tree
Showing 9 changed files with 2,716 additions and 2,559 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions local-remote-execution/generated/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -92,25 +92,25 @@ cc_toolchain_config(
coverage_link_flags = ["--coverage"],
cpu = "k8",
cxx_builtin_include_directories = [
"/nix/store/i7sgy7izmjhdajnjmqzfp7v5j9jhy0qp-clang-wrapper-16.0.6/resource-root/include",
"/nix/store/mrgib0s2ayr81xv1q84xsjg8ijybalq3-glibc-2.38-27-dev/include",
"/nix/store/i7sgy7izmjhdajnjmqzfp7v5j9jhy0qp-clang-wrapper-16.0.6/resource-root/share",
"/nix/store/wh3jv0niw62xfngky1lhi4sfnjrgyqg6-libcxx-16.0.6-dev/include/c++/v1",
"/nix/store/iigpn23r754xzf7rzymlpazbayx7jf9x-libcxxabi-16.0.6-dev/include/c++/v1",
"/nix/store/1siqxvd4vlfl23pr1jg6cjsapnjwx5w1-clang-wrapper-17.0.6/resource-root/include",
"/nix/store/jhi4wsbrxfscrf57k46d1lfq1v8d25kx-glibc-2.38-27-dev/include",
"/nix/store/1siqxvd4vlfl23pr1jg6cjsapnjwx5w1-clang-wrapper-17.0.6/resource-root/share",
"/nix/store/v966sq3k9q4543xsik6h74nsmqvk7mci-libcxx-17.0.6-dev/include/c++/v1",
"/nix/store/5dzw89iz8firvr5rkx2ch56g77xfh07y-libcxxabi-17.0.6-dev/include/c++/v1",
],
cxx_flags = ["-std=c++14"],
dbg_compile_flags = ["-g"],
host_system_name = "x86_64-unknown-linux-gnu",
link_flags = [
"-Wl,-no-as-needed",
"-Wl,-z,relro,-z,now",
"-B/nix/store/51cw7fa986m44q5rw0rxvl0pbskhccw8-customClang/bin",
"-B/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin",
"-L/nix/store/nn3wm6dxy3ps0835kgc9jx4601l1ai5q-libcxx-16.0.6/lib",
"-L/nix/store/zb21z3mhidfrl3nw6i5a6hrzm84xx7jb-libcxxabi-16.0.6/lib",
"-L/nix/store/1na9hqj99809qdydgqqkipr2b8gqprzb-libunwind-16.0.6/lib",
"-B/nix/store/c12sgla3zb77xlfgws0yixm6kg46brbd-customClang/bin",
"-B/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin",
"-L/nix/store/6kg2v6mfa2qy3fvm8hw70mglgzdi312i-libcxx-17.0.6/lib",
"-L/nix/store/w38qhj29a43ahvdcdxgyk04lx231b7ry-libcxxabi-17.0.6/lib",
"-L/nix/store/973cqkwjvdjh672idnxz17dbkfnsxavm-libunwind-17.0.6/lib",
"-lc++",
"-Wl,-rpath,/nix/store/nn3wm6dxy3ps0835kgc9jx4601l1ai5q-libcxx-16.0.6/lib,-rpath,/nix/store/zb21z3mhidfrl3nw6i5a6hrzm84xx7jb-libcxxabi-16.0.6/lib,-rpath,/nix/store/1na9hqj99809qdydgqqkipr2b8gqprzb-libunwind-16.0.6/lib,-rpath,/nix/store/qn3ggz5sf3hkjs2c797xf7nan3amdxmp-glibc-2.38-27/lib",
"-Wl,-rpath,/nix/store/6kg2v6mfa2qy3fvm8hw70mglgzdi312i-libcxx-17.0.6/lib,-rpath,/nix/store/w38qhj29a43ahvdcdxgyk04lx231b7ry-libcxxabi-17.0.6/lib,-rpath,/nix/store/973cqkwjvdjh672idnxz17dbkfnsxavm-libunwind-17.0.6/lib,-rpath,/nix/store/9y8pmvk8gdwwznmkzxa6pwyah52xy3nk-glibc-2.38-27/lib",
],
link_libs = [
"-lstdc++",
Expand All @@ -129,18 +129,18 @@ cc_toolchain_config(
target_libc = "glibc_2.35",
target_system_name = "local",
tool_paths = {
"ar": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/ar",
"ld": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/ld",
"ar": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/ar",
"ld": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/ld",
"llvm-cov": "None",
"llvm-profdata": "None",
"cpp": "/usr/bin/cpp",
"gcc": "/nix/store/51cw7fa986m44q5rw0rxvl0pbskhccw8-customClang/bin/customClang",
"dwp": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/dwp",
"gcc": "/nix/store/c12sgla3zb77xlfgws0yixm6kg46brbd-customClang/bin/customClang",
"dwp": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/dwp",
"gcov": "None",
"nm": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/nm",
"objcopy": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/objcopy",
"objdump": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/objdump",
"strip": "/nix/store/jmi5c3rvchaqkj6br68cxfg37b6cqv97-binutils-wrapper-2.40/bin/strip",
"nm": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/nm",
"objcopy": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/objcopy",
"objdump": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/objdump",
"strip": "/nix/store/pw8r67xpm2i22cz5c83yz3cz72ii0ba1-binutils-wrapper-2.40/bin/strip",
},
toolchain_identifier = "local",
unfiltered_compile_flags = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
This file is generated by cc_configure and contains builtin include directories
that /nix/store/51cw7fa986m44q5rw0rxvl0pbskhccw8-customClang/bin/customClang reported. This file is a dependency of every compilation action and
that /nix/store/c12sgla3zb77xlfgws0yixm6kg46brbd-customClang/bin/customClang 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.

/nix/store/i7sgy7izmjhdajnjmqzfp7v5j9jhy0qp-clang-wrapper-16.0.6/resource-root/include
/nix/store/mrgib0s2ayr81xv1q84xsjg8ijybalq3-glibc-2.38-27-dev/include
/nix/store/i7sgy7izmjhdajnjmqzfp7v5j9jhy0qp-clang-wrapper-16.0.6/resource-root/share
/nix/store/wh3jv0niw62xfngky1lhi4sfnjrgyqg6-libcxx-16.0.6-dev/include/c++/v1
/nix/store/iigpn23r754xzf7rzymlpazbayx7jf9x-libcxxabi-16.0.6-dev/include/c++/v1
/nix/store/1siqxvd4vlfl23pr1jg6cjsapnjwx5w1-clang-wrapper-17.0.6/resource-root/include
/nix/store/jhi4wsbrxfscrf57k46d1lfq1v8d25kx-glibc-2.38-27-dev/include
/nix/store/1siqxvd4vlfl23pr1jg6cjsapnjwx5w1-clang-wrapper-17.0.6/resource-root/share
/nix/store/v966sq3k9q4543xsik6h74nsmqvk7mci-libcxx-17.0.6-dev/include/c++/v1
/nix/store/5dzw89iz8firvr5rkx2ch56g77xfh07y-libcxxabi-17.0.6-dev/include/c++/v1
4 changes: 2 additions & 2 deletions local-remote-execution/generated/cc/cc_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/nix/store/ind5lrh54vbfm0j7q3qf53710hf9rznr-bash/bin/bash
#!/nix/store/avfkf7swfmy7wvrg4f2cp9aslx0a7fd4-bash/bin/bash
#
# Copyright 2015 The Bazel Authors. All rights reserved.
#
Expand All @@ -22,4 +22,4 @@ set -eu


# Call the C++ compiler
/nix/store/51cw7fa986m44q5rw0rxvl0pbskhccw8-customClang/bin/customClang "$@"
/nix/store/c12sgla3zb77xlfgws0yixm6kg46brbd-customClang/bin/customClang "$@"
Loading

0 comments on commit 1726a1a

Please sign in to comment.