brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · 49e218c Raw
7 lines · python
1from lldbsuite.test import lldbinline2from lldbsuite.test import decorators3 4lldbinline.MakeInlineTest(5    __file__, globals(), [decorators.skipIf(archs=decorators.no_match(["arm64e"]))]6)7