[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / lang / objc / variadic_methods / TestVariadicMethods.py
blob562d9ae01e2a80c2af1dfdb4da3cfa1569b4ef24
1 from lldbsuite.test import lldbinline
2 from lldbsuite.test import decorators
4 lldbinline.MakeInlineTest(
5 __file__, globals(), [
6 decorators.skipIfFreeBSD, decorators.skipIfLinux,
7 decorators.skipIfWindows, decorators.skipIfNetBSD])