[all-commits] [llvm/llvm-project] ea8189: [XCOFF] Fix the program abortion issue in XCOFFObj...
Esme via All-commits
all-commits at lists.llvm.org
Mon Sep 13 00:55:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea81898d0fe2633fdef44822a8578924be4acd6c
https://github.com/llvm/llvm-project/commit/ea81898d0fe2633fdef44822a8578924be4acd6c
Author: Esme-Yi <esme.yi at ibm.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M llvm/lib/Object/XCOFFObjectFile.cpp
Log Message:
-----------
[XCOFF] Fix the program abortion issue in XCOFFObjectFile::getSectionContents.
Summary: Use std::move(E) to avoid `Program aborted due to an unhandled Error`
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D109567
More information about the All-commits
mailing list