summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF/x86/enum-declaration-uniqueness.cpp
AgeCommit message (Collapse)Author
2024-06-27[lldb/test] Fix enum-declaration-uniqueness.cppPavel Labath
Dereferencing a pointer variable without a running process does not work on every arch/os. Fix the test to x86-linux, where it is known to work.