[all-commits] [llvm/llvm-project] 5ab089: Explicitly more Error when returning it (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Jan 16 07:08:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ab0894fd570b74907255a4e70c716abd1b5063a
https://github.com/llvm/llvm-project/commit/5ab0894fd570b74907255a4e70c716abd1b5063a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M llvm/lib/Object/ELFObjectFile.cpp
Log Message:
-----------
Explicitly more Error when returning it (NFC)
This is an attempt to fix a build failure:
llvm/lib/Object/ELFObjectFile.cpp:300:12: error: call to deleted constructor of 'llvm::Error'
return E;
More information about the All-commits
mailing list