forked from OSchip/llvm-project
18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
|
|
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 * }
|
|
}
|
|
|
|
module lldb_TestingSupport_Symbol {
|
|
requires cplusplus
|
|
module ClangTestUtils { header "Symbol/ClangTestUtils.h" export * }
|
|
module YAMLModuleTester { header "Symbol/YAMLModuleTester.h" export * }
|
|
}
|