[all-commits] [llvm/llvm-project] 6c62f7: [MsgPack] Handle Expected<T> errors in document re...
Emma Pilkington via All-commits
all-commits at lists.llvm.org
Tue Nov 28 10:13:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c62f7cbfb3a4dc12cee2f6c02191b83047321d9
https://github.com/llvm/llvm-project/commit/6c62f7cbfb3a4dc12cee2f6c02191b83047321d9
Author: Emma Pilkington <emma.pilkington95 at gmail.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M llvm/include/llvm/BinaryFormat/MsgPackReader.h
M llvm/lib/BinaryFormat/MsgPackDocument.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
M llvm/test/tools/llvm-readobj/ELF/note-amd-invalid-v3.test
M llvm/test/tools/llvm-readobj/ELF/note-amdgpu-invalid.s
Log Message:
-----------
[MsgPack] Handle Expected<T> errors in document reader (#73183)
This was causing an assert on invalid in the modified test case.
More information about the All-commits
mailing list