We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36f65b commit f30a85bCopy full SHA for f30a85b
lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py
@@ -10,6 +10,8 @@
10
11
# --keep-symbol causes error on Windows: llvm-strip.exe: error: option is not supported for COFF
12
@skipIfWindows
13
+# Unnamed symbols don't get into the .eh_frame section on ARM, so LLDB can't find them.
14
+@skipIf(archs=["arm"])
15
class TestUnnamedSymbolLookup(TestBase):
16
def test_unnamed_symbol_lookup(self):
17
"""Test looking up unnamed symbol synthetic name"""
0 commit comments