[all-commits] [llvm/llvm-project] fbc13e: [lldb] Skip scoped enum checks with Dwarf <4
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 6 17:13:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbc13e9345c7c9607f0c28e0ccfa9a7baf254f29
https://github.com/llvm/llvm-project/commit/fbc13e9345c7c9607f0c28e0ccfa9a7baf254f29
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M lldb/test/API/python_api/type/TestTypeList.py
Log Message:
-----------
[lldb] Skip scoped enum checks with Dwarf <4
The scoped enum tests depend on DW_AT_enum_class which was added in
Dwarf 4.
I made part of the test conditional on the Dwarf version instead of
splitting it into a separate test and using the decorator to avoid the
overhead of setting up the test.
More information about the All-commits
mailing list