diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2025-01-17 14:56:39 +0000 |
---|---|---|
committer | Michael Buch <michaelbuch12@gmail.com> | 2025-01-17 14:56:41 +0000 |
commit | a4d45fe8462bf7042bac2edfb87e3e41e4156ba4 (patch) | |
tree | b2b7c696bca89813551d4a690a3e3237900242d0 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 76569025dd8b026b3309dedbcaf877d16eace805 (diff) | |
download | llvm-a4d45fe8462bf7042bac2edfb87e3e41e4156ba4.zip llvm-a4d45fe8462bf7042bac2edfb87e3e41e4156ba4.tar.gz llvm-a4d45fe8462bf7042bac2edfb87e3e41e4156ba4.tar.bz2 |
[lldb][DWARF] Change GetAttributes parameter from SmallVector to SmallVectorImpl
Fixes the lldb-arm-ubuntu buildbot failure:
```
../llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp:374:26:
error: non-const lvalue reference to type 'SmallVector<[...], (default)
CalculateSmallVectorDefaultInlinedElements<T>::value aka 6>' cannot bind
to a value of unrelated type 'SmallVector<[...], 3>'
374 | if (!::GetAttributes(worklist, seen, attributes)) {
| ^~~~~~~~
../llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp:288:56:
note: passing argument to parameter 'worklist' here
288 | static bool GetAttributes(llvm::SmallVector<DWARFDIE> &worklist,
| ^
1 error generated.
```
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions