Explicitly more Error when returning it (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Mon, 16 Jan 2023 15:07:46 +0000 (15:07 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 16 Jan 2023 15:07:46 +0000 (15:07 +0000)
commit5ab0894fd570b74907255a4e70c716abd1b5063a
tree65169548b21f7cfb364d0281be695c0734bf7689
parent730c7a45f5f653cba662224a98e79ee9ce7ae2c3
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;
llvm/lib/Object/ELFObjectFile.cpp