diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2024-03-22 08:24:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 08:24:08 -0700 |
commit | cdbec7baf1bc31b59526442c9d4d5f53aac746eb (patch) | |
tree | dfe5ea855d223eb5e61c364e72f01491b1d4d492 /llvm/lib/Object/ELF.cpp | |
parent | b44771f480385fa93ba7719a57e759e19747e709 (diff) | |
download | llvm-cdbec7baf1bc31b59526442c9d4d5f53aac746eb.zip llvm-cdbec7baf1bc31b59526442c9d4d5f53aac746eb.tar.gz llvm-cdbec7baf1bc31b59526442c9d4d5f53aac746eb.tar.bz2 |
[libc] fix up the use of angle includes in include/ (#86027)
Performed en-masse via:
$ grep -rn "#include <ll" libc/include -l | \
xargs perl -pi -e 's/#include <ll(.*)>/#include "ll$1"/'
$ grep -rn "#include <__" libc/include -l | \
xargs perl -pi -e 's/#include <__(.*)>/#include "__$1"/'
Link: #83463
Link: #83210
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions