diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-08 12:28:36 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-08 13:03:28 +0100 |
| commit | fc9c934ee893341c7a8677f4bd01c1074a7d8f6a (patch) | |
| tree | 5678b64e6c599411881091ada515e753dddca52f /dashboard/config/linux/bits | |
| parent | abbb67b7b0b633b245f8fe91a2c837de43bd568c (diff) | |
dashboard/linux: switch clang configs to DWARF4
Currently syzbot is unable to symbolize reports for DWARF5.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/clang.yml | 9 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/kmsan.yml | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dashboard/config/linux/bits/clang.yml b/dashboard/config/linux/bits/clang.yml new file mode 100644 index 000000000..24c345335 --- /dev/null +++ b/dashboard/config/linux/bits/clang.yml @@ -0,0 +1,9 @@ +# Copyright 2023 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +config: + # Newer Clang versions generate DWARF5 by default, but old binutils choke on that. + # This results in syzbot being unable to symbolize reports. + # Stick to DWARF4 for now. + - DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT: [n, weak] + - DEBUG_INFO_DWARF4 diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index fbe60629e..3b031c68d 100644 --- a/dashboard/config/linux/bits/kmsan.yml +++ b/dashboard/config/linux/bits/kmsan.yml @@ -28,12 +28,6 @@ config: # KMSAN doesn't support ORC unwinder (https://github.com/google/kmsan/issues/48). - UNWINDER_FRAME_POINTER - # Newer Clang versions generate DWARF5 by default, but old binutils choke on that. - # This results in syzbot being unable to symbolize reports. - # Stick to DWARF4 for now. - - DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT: [n, weak] - - DEBUG_INFO_DWARF4 - - HYPERVISOR_GUEST: n - PARAVIRT: n - PARAVIRT_SPINLOCKS: [n, weak] |
