-
Notifications
You must be signed in to change notification settings - Fork 0
Update and extend clang20 #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +0,0 @@ | ||
| load("@buildifier_prebuilt//:rules.bzl", "buildifier") | ||
|
|
||
| buildifier( | ||
| name = "buildifier", | ||
| ) | ||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -115,7 +115,7 @@ cc_toolchain_config( | |
| "//conditions:default": [], | ||
| }), | ||
| host_system_name = X86_64_LINUX, | ||
| target_cpu = "k8", | ||
| target_cpu = "k8", # this should be aarch64? | ||
| target_libc = "glibc_unknown", | ||
| target_system_name = AARCH64_LINUX, | ||
| tool_paths = { | ||
|
|
@@ -125,7 +125,7 @@ cc_toolchain_config( | |
| "gcov": "wrappers/llvm-profdata", | ||
| "llvm-cov": "wrappers/llvm-cov", | ||
| "llvm-profdata": "wrappers/llvm-profdata", | ||
| "ld": "wrappers/ld.ldd", | ||
| "ld": "wrappers/ld.ldd", # This should be ld.lld? | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I question if it should be
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think, it should be |
||
| "nm": "wrappers/llvm-nm", | ||
| "objcopy": "wrappers/llvm-objcopy", | ||
| "objdump": "wrappers/llvm-objdump", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +0,0 @@ | ||
| load("@buildifier_prebuilt//:rules.bzl", "buildifier") | ||
|
|
||
| buildifier( | ||
| name = "buildifier", | ||
| ) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The naming is unfortunate.
k8means amd64, whereask8sstands for kubernetes. Thats for clang14, it is working as expected currently. Therefore I keep it as it is for now, but maybe I revisit it in a follow up PR.