-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate linux toolchains from e5a3aeb
[skip ci] images: Update llvm -> 16.0.0 (#315) Signed-off-by: Ryan Northey <ryan@synca.io>
- Loading branch information
1 parent
e5a3aeb
commit f39c21b
Showing
11 changed files
with
631 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
toolchains/configs/linux/clang/cc/builtin_include_directory_paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ set -eu | |
|
||
|
||
# Call the C++ compiler | ||
/opt/llvm/bin/clang-15 "$@" | ||
/opt/llvm/bin/clang-16 "$@" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
toolchains/configs/linux/clang_libcxx/cc/builtin_include_directory_paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
522
toolchains/configs/linux/clang_libcxx/cc/module.modulemap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters