[JITLink][LoongArch] Support R_LARCH_ALIGN relaxation (#122259)
[llvm-project.git] / lldb / test / API / lang / objc / objc_direct-methods / TestObjCDirectMethods.py
blobdfb27b7027ca3e17b64d19ac11e6e0207aa6bc18
1 from lldbsuite.test import lldbinline
2 from lldbsuite.test import decorators
4 decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])]
5 lldbinline.MakeInlineTest(__file__, globals(), decor)