diff options
| author | Louis Dionne <ldionne.2@gmail.com> | 2023-03-01 14:58:03 -0500 |
|---|---|---|
| committer | Louis Dionne <ldionne.2@gmail.com> | 2023-03-02 12:38:36 -0500 |
| commit | 25bd6fa5a08e053b843209ad6c29b74495bb1905 (patch) | |
| tree | ed3cdf937c00c4fa63e7a7911958d81f727b5761 /lldb/test/API/python_api/debugger/main.cpp | |
| parent | 9dfb142ce0bfa11ea7cd9176c27b6c0fca7243e0 (diff) | |
[libc++] Reintroduce workaround for stdint re-export on Darwin
This had been removed as part of 3a0f88c4c2c4. It turns out that this
did break some code, but we never noticed because it requires including
<stdint.h> (and nothing else), and then using one of the types from
that header. It also requires running with modules enabled in a Standard
no later than C++17.
After the test refactorings in D145116, this bug would be caught
by running a CI job on macOS with modules enabled in C++17 mode
(but surprisingly not with more recent standards). This patch doesn't
add such a job because it is deemed a corner case.
Differential Revision: https://reviews.llvm.org/D145117
Diffstat (limited to 'lldb/test/API/python_api/debugger/main.cpp')
0 files changed, 0 insertions, 0 deletions
