brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · dfb27b7 Raw
6 lines · python
1from lldbsuite.test import lldbinline2from lldbsuite.test import decorators3 4decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])]5lldbinline.MakeInlineTest(__file__, globals(), decor)6