diff options
author | Ivan Tadeu Ferreira Antunes Filho <antunesi@google.com> | 2025-06-23 12:23:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 12:23:19 -0400 |
commit | 698e9f56558e20ceb80c08c4a880bed15970b777 (patch) | |
tree | c1bf45715d1a02b29225d90e05a9224c15b4e498 /llvm/lib/Object/ELF.cpp | |
parent | 3dc9f2da29f7ef36ac804e20f9fb6ee1b868516e (diff) | |
download | llvm-698e9f56558e20ceb80c08c4a880bed15970b777.zip llvm-698e9f56558e20ceb80c08c4a880bed15970b777.tar.gz llvm-698e9f56558e20ceb80c08c4a880bed15970b777.tar.bz2 |
[lldb] Add support for NoneType to decorator skipIfBuildType (#145342)
Currently if cmake_build_type is None we error with `AttributeError:
'NoneType' object has no attribute 'lower'` if the decorator
skipIfBuildType is used. This fixes the issue by first checking that
cmake_build_type is not None.
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions