commit | a9bc7b83a402f2bf7d7c55ac4c9e9a2fb2b3ea13 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Wed Jan 29 02:09:24 2020 +0100 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Wed Jan 29 02:09:24 2020 +0100 |
tree | d8573ecf250239ec70094ce4db9513b11f04cbb3 | |
parent | 9a5c448a31bacc08e73fcae4636094f9b6e2be6a [diff] [blame] |
Another round of GCC5 fixes.
diff --git a/llvm/lib/TextAPI/MachO/InterfaceFile.cpp b/llvm/lib/TextAPI/MachO/InterfaceFile.cpp index aae5c23..0a392a2 100644 --- a/llvm/lib/TextAPI/MachO/InterfaceFile.cpp +++ b/llvm/lib/TextAPI/MachO/InterfaceFile.cpp
@@ -81,7 +81,7 @@ return; } - UUIDs.emplace(Iter, Target_, UUID); + UUIDs.emplace(Iter, Target_, std::string(UUID)); return; }