[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / unittests / ObjectFile / PECOFF / CMakeLists.txt
blob3ce5a7b9739cc4d6562857db29ab42a32795c8b0
1 add_lldb_unittest(ObjectFilePECOFFTests
2   TestPECallFrameInfo.cpp
4   LINK_LIBS
5     lldbUtilityHelpers
6     lldbPluginObjectFilePECOFF
7     LLVMTestingSupport
8   )