diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-02-05 11:05:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 11:05:46 -0500 |
commit | f2c84211d2834c73ff874389c6bb47b1c76d391a (patch) | |
tree | ca1885c869bd92aed519137b50f9414dd4dcdd40 /lldb/source/Commands/CommandObjectScript.cpp | |
parent | ae354c5a45d319b3117c2822b8f6988461f3cb33 (diff) | |
download | llvm-f2c84211d2834c73ff874389c6bb47b1c76d391a.zip llvm-f2c84211d2834c73ff874389c6bb47b1c76d391a.tar.gz llvm-f2c84211d2834c73ff874389c6bb47b1c76d391a.tar.bz2 |
[libc++] Add missing conditionals for feature-test macros (#80168)
We noticed that some feature-test macros were not conditional on
configuration flags like _LIBCPP_HAS_NO_FILESYSTEM. As a result, code
attempting to use FTMs would not work as intended.
This patch adds conditionals for a few feature-test macros, but more
issues may exist.
rdar://122020466
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions