[all-commits] [llvm/llvm-project] 50ab70: [YAML] Don't validate `Fill::Size` after error
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Jan 22 11:19:16 PST 2025
Branch: refs/heads/users/vitalybuka/spr/yaml-dont-validate-fillsize-after-error
Home: https://github.com/llvm/llvm-project
Commit: 50ab70c2e1812eb7d06f07b250fb93cb06691341
https://github.com/llvm/llvm-project/commit/50ab70c2e1812eb7d06f07b250fb93cb06691341
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/lib/ObjectYAML/MachOYAML.cpp
M llvm/test/ObjectYAML/MachO/section_data.yaml
M llvm/test/tools/yaml2obj/ELF/custom-fill.yaml
Log Message:
-----------
[YAML] Don't validate `Fill::Size` after error
Size is required, so we don't know if it's in
uninitialized state after the previous error.
Triggers msan on llvm/test/tools/yaml2obj/ELF/custom-fill.yaml
Pull Request: https://github.com/llvm/llvm-project/pull/123280
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list