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 0cf3c43 commit 6087854Copy full SHA for 6087854
lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py
@@ -8,7 +8,8 @@
8
from lldbsuite.test.lldbtest import *
9
from lldbsuite.test import lldbutil
10
11
-
+# --keep-symbol causes error on Windows: llvm-strip.exe: error: option is not supported for COFF
12
+@skipIfWindows
13
class TestUnnamedSymbolLookup(TestBase):
14
def test_unnamed_symbol_lookup(self):
15
"""Test looking up unnamed symbol synthetic name"""
0 commit comments