xref: /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py (revision 2ea3c8a5)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1from lldbsuite.test import lldbinline
2from lldbsuite.test import decorators
3
4decor = [decorators.skipUnlessHasCallSiteInfo,
5         decorators.skipIf(dwarf_version=['<', '4']),
6         decorators.skipIf(compiler="clang", compiler_version=['<', '11.0'])]
7lldbinline.MakeInlineTest(__file__, globals(), name="UnambiguousTailCalls_V5",
8        build_dict=dict(CFLAGS_EXTRAS="-O2 -glldb"), decorators=decor)
9lldbinline.MakeInlineTest(__file__, globals(), name="UnambiguousTailCalls_GNU",
10        build_dict=dict(CFLAGS_EXTRAS="-O2 -ggdb"),
11        decorators=decor+[decorators.skipIf(debug_info="dsym")])
12

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025