[PATCH] D66089: [llvm/Object] - Convert SectionRef::getName() to return Expected<>

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 02:09:25 PDT 2019


grimar added a comment.

In D66089#1628885 <https://reviews.llvm.org/D66089#1628885>, @gribozavr wrote:

> Sorry, but this patch broke the build (http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/16455), I reverted it. Please run `check-all` before re-committing.


Hi, I am sorry for the breakage. Did not realized that clang also depends on this API.

(And I think I've reverted it in rL368813 <https://reviews.llvm.org/rL368813> actually.)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66089





More information about the llvm-commits mailing list