Lines Matching +full:libcxx +full:- +full:build

13         description="description", prefix_chars="+-", add_help=False
25 "-h",
26 "--help",
29 help="Print this help message and exit. Add '-v' for more detailed help.",
35 "-A",
36 "--arch",
44 "-C",
45 "--compiler",
49 …"""Specify the compiler(s) used to build the inferior executables. The compiler path can be an exe…
53 "--sysroot",
63 "--apple-sdk",
72 "--libcxx-include-dir",
74 … path to a custom libc++ include directory. Must be used in conjunction with --libcxx-library-dir."
78 "--libcxx-include-target-dir",
80 …h to a custom libc++ include target directory to use in addition to --libcxx-include-dir. Optional…
84 "--libcxx-library-dir",
86 … path to a custom libc++ library directory. Must be used in conjunction with --libcxx-include-dir."
91 "-E",
92 metavar="extra-flags",
95 …suggestions: do not lump the "-A arch1 -A arch2" together such that the -E option applies to only …
100 "--make",
106 "--dsymutil",
112 "--llvm-tools-dir",
123 "-f",
133 "-p",
138 "--excluded",
139 metavar="exclusion-file",
147 "-G",
148 "--category",
157 "--skip-category",
162 …"""Specify categories of test cases to skip. Takes precedence over -G. Can be specified more than …
166 "--xfail-category",
178 "--framework", metavar="framework-path", help="The path to LLDB.framework"
181 "--executable",
182 metavar="executable-path",
186 "--out-of-tree-debugserver",
189 help="A flag to indicate an out-of-tree debug server is being used",
192 "--dwarf-version",
199 "--setting",
208 "-y",
211 …collect our benchmarks. An example is the number of times to do 'thread step-over' to measure step…
214 "-#",
221 "--channel",
226 …"Specify the log channels (and optional categories) e.g. 'lldb all' or 'gdb-remote packets' if no …
230 "--log-success",
236 "--build-dir",
238 metavar="Test build directory",
239 default="lldb-test-build.noindex",
240 help="The root build directory for the tests. It will be removed before running.",
243 "--lldb-module-cache-dir",
246 … clang module cache directory used by LLDB. Defaults to <test build directory>/module-cache-lldb.",
249 "--clang-module-cache-dir",
252 … Make files by Clang while building tests. Defaults to <test build directory>/module-cache-clang.",
255 "--lldb-obj-root",
261 "--lldb-libs-dir",
267 "--enable-plugin",
272 … help="A plugin whose tests will be enabled. The only currently supported plugin is intel-pt.",
278 "--platform-name",
280 metavar="platform-name",
284 "--platform-url",
286 metavar="platform-url",
290 "--platform-working-dir",
292 metavar="platform-working-dir",
296 # Test-suite behaviour
299 "-d",
302 X("-t", "Turn on tracing of lldb command and other detailed test executions")
304 "-u",
308 …ronment variable to unset before running the test cases. e.g., -u DYLD_INSERT_LIBRARIES -u MallocS…
311 "--env",
315 …ble to set to the given value before running the test cases e.g.: --env CXXFLAGS=-O3 --env DYLD_IN…
318 "--inferior-env",
325 "-v",
329 "--enable-crash-dialog",
342 metavar="test-dir",