diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-16 17:04:22 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-17 07:57:15 +0000 |
| commit | 229db4cff1245e6c493ba0cb4d53e799a041015e (patch) | |
| tree | ca3cd117160816f2e69400a14b98bb529d742d85 /dashboard/config/linux/bits | |
| parent | eb75b5a2be5115bd3254af6221d0b46b16cc445c (diff) | |
dashboard/config: regenerate clang configs with LLVM=1
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/x86_64.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/x86_64.yml b/dashboard/config/linux/bits/x86_64.yml index 66a48964b..149690c8e 100644 --- a/dashboard/config/linux/bits/x86_64.yml +++ b/dashboard/config/linux/bits/x86_64.yml @@ -21,8 +21,9 @@ config: # 32-on-64 support (compat). - IA32_EMULATION # X86_X32 renamed to X86_X32_ABI in v5.18 - - X86_X32: [-baseline, -v5.18] - - X86_X32_ABI: [-baseline, v5.18] + # Note that we cannot build X86_X32(_ABI) with LLVM=1. + - X86_X32: [-baseline, -clang, -v5.18] + - X86_X32_ABI: [-baseline, -clang, v5.18] # Moved from legacy config, reason for enabling is unknown. # KALLSYMS_ABSOLUTE_PERCPU deprecated after v6.14. |
