mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-14 01:46:41 +00:00
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 * }
|
|
}
|