diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-05-02 15:54:29 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-05-02 18:51:12 -0500 |
commit | 644b63bd31f55aaaf1ebafc7df7cd7cea2aa26a8 (patch) | |
tree | 48862dc70805b8726c86b7aa2d6a0c3e208400d4 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 9a20e024a25ce1e20556dc4e567a9d943bff4c7e (diff) | |
download | llvm-644b63bd31f55aaaf1ebafc7df7cd7cea2aa26a8.zip llvm-644b63bd31f55aaaf1ebafc7df7cd7cea2aa26a8.tar.gz llvm-644b63bd31f55aaaf1ebafc7df7cd7cea2aa26a8.tar.bz2 |
[libc] Add 'UNIT_TEST_ONLY' and 'HERMETIC_TEST_ONLY' to 'add_libc_test'
The `add_libc_test` option allows us to enable both kinds of tests in a
single option. However, some tests cannot be made hermetic with the
current approach. Such as tests that rely on system utilities or
libraries. This patch adds two options `UNIT_TEST_ONLY` and
`HERMETIC_TEST_ONLY` to offer more fine-grained control over which
version gets built. This makes it explicit which version a test supports
and why.
Depends on D149662
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D149691
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
0 files changed, 0 insertions, 0 deletions