Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / TestingSupport / module.modulemap
blob81d2b98887578ea6ee95fa8b574d57c32aac329b
2 module lldb_TestingSupport {
3   requires cplusplus
4   module TestUtilities { header "TestUtilities.h" export * }
5   module MockTildeExpressionResolver { header "MockTildeExpressionResolver.h" export * }
8 module lldb_TestingSupport_Host {
9   requires cplusplus
10   module NativeProcessTestUtils { header "Host/NativeProcessTestUtils.h" export * }
13 module lldb_TestingSupport_Symbol {
14   requires cplusplus
15   module ClangTestUtils { header "Symbol/ClangTestUtils.h" export * }
16   module YAMLModuleTester { header "Symbol/YAMLModuleTester.h" export * }