[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / unittests / Platform / CMakeLists.txt
blob3362ca08d60c05449de903383ce3a4fe90efa2bf
1 add_lldb_unittest(LLDBPlatformTests
2   PlatformDarwinTest.cpp
4   LINK_LIBS
5     lldbPluginPlatformMacOSX
6   LINK_COMPONENTS
7     Support
8   )