[PATCH] D124643: [Object][DX] Initial DXContainer parsing support

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 14:38:54 PDT 2022


nemanjai added a comment.

In D124643#3486603 <https://reviews.llvm.org/D124643#3486603>, @beanz wrote:

> Bots should be fixed with rG55e13a6bc0d6a31afc258a012184253041b0eb8e <https://reviews.llvm.org/rG55e13a6bc0d6a31afc258a012184253041b0eb8e>.

This isn't the only problem. There are also failures due to:

  llvm-project/llvm/lib/Object/DXContainer.cpp:42:12: error: call to deleted constructor of 'llvm::Error'
      return Err;
             ^~~

See https://lab.llvm.org/buildbot/#/builders/21/builds/40034/steps/5/logs/stdio


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124643/new/

https://reviews.llvm.org/D124643



More information about the llvm-commits mailing list