Unverified Commit 05fa923a authored by Krzysztof Drewniak's avatar Krzysztof Drewniak Committed by GitHub
Browse files

Fix SmallVector usage in SerailzeToHsaco (#71702)

Enable merging #71439 by removing a definitely-wrong usage of
std::unique_ptr<SmallVectorImpl<char>> as a return value with passing in
a SmallVectorImpl<char>&

Also change the following function to take ArrayRef<char> instead of
const SmalVectorImpl<char>& .
parent 955dd880
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment