diff options
author | Sam McCall <sam.mccall@gmail.com> | 2023-09-28 14:45:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 14:45:02 +0200 |
commit | 898b961885c8589b9b75ac7daa083843d9d00f79 (patch) | |
tree | 6b53c749c76989ece089099db0ea6002e0906572 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3b8239796522f8e51483760c4a531bc64fa8ad69 (diff) | |
download | llvm-898b961885c8589b9b75ac7daa083843d9d00f79.zip llvm-898b961885c8589b9b75ac7daa083843d9d00f79.tar.gz llvm-898b961885c8589b9b75ac7daa083843d9d00f79.tar.bz2 |
[ADT] Fix llvm::join on containers of char*s (#67113)
Currently it tries to call S.size() when preallocating the target
string,
which doesn't compile.
vector<const char*> is used a bunch in e.g. clang driver.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions