diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2022-05-23 16:48:47 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2022-06-08 18:48:25 -0400 |
commit | 0e9a01dcac99ccf599738cef394b840b126d5cc9 (patch) | |
tree | 334707ec943ae51c5d80cbb47caf748d1ca7089a /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 6504b159926832db7f4f93271cfa1bf19c829a97 (diff) | |
download | llvm-0e9a01dcac99ccf599738cef394b840b126d5cc9.zip llvm-0e9a01dcac99ccf599738cef394b840b126d5cc9.tar.gz llvm-0e9a01dcac99ccf599738cef394b840b126d5cc9.tar.bz2 |
[libc++] Fix modules builds when features are removed
When some headers are not available because we removed features like
localization or threads, the compiler should not try to include these
headers when building modules. To avoid that from happening, add a
requires-declaration that is never satisfied when the configuration
in use doesn't support a header.
rdar://93777687
Differential Revision: https://reviews.llvm.org/D127127
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions