[Lldb-commits] [lldb] [lldb] skip unnamed symbol test on arm 32 architecture (PR #141407)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue May 27 12:25:27 PDT 2025
https://github.com/JDevlieghere commented:
Skipping the test is fine, but we don't need a new decorator for this. You can do this with:
```
@skipIf(archs=["arm"])
```
If we thought this was important enough or a dedicated decorator, it should be implemented in terms of the generic one. @eronnen can you please revert this part of the change and update the decorator?
https://github.com/llvm/llvm-project/pull/141407
More information about the lldb-commits
mailing list