blob: 542c0b11c78f39217be7c0ece683026eec9775c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module lldb_TestingSupport {
requires cplusplus
module TestUtilities { header "TestUtilities.h" export * }
module MockTildeExpressionResolver { header "MockTildeExpressionResolver.h" export * }
}
module lldb_TestingSupport_Host {
requires cplusplus
module NativeProcessTestUtils { header "Host/NativeProcessTestUtils.h" export * }
}
|