diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2023-11-30 12:38:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 12:38:00 -0800 |
commit | cc84a1419723fcc240c3c6832bdb990afef37f4b (patch) | |
tree | 449990d360a3c0ed7e472f422e43405a14b0f026 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | bddf5d20105e24cf708ff8c6ff49aa65af4e89b0 (diff) | |
download | llvm-cc84a1419723fcc240c3c6832bdb990afef37f4b.zip llvm-cc84a1419723fcc240c3c6832bdb990afef37f4b.tar.gz llvm-cc84a1419723fcc240c3c6832bdb990afef37f4b.tar.bz2 |
[libc] fix getchar_unlocked (#73874)
A typo was leading to getc_unlocked.cpp.o being included into libc.a
twice.
I only noticed because I was trying to convert libc.a to a shared object
via
$ ld.lld -o libc.so --whole-archive libc.a
which errored since getc_unlocked was being defined twice.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions