summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/unittests/TestingSupport/module.modulemap
blob: b73ac27932781a87dfeaed92973ddef210717c70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 * }
}