[PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 21:09:56 PDT 2016
vleschuk added a comment.
In https://reviews.llvm.org/D23766#534322, @mehdi_amini wrote:
> Reverted because of:
>
> http://lab.llvm.org:8011/builders/llvm-hexagon-elf/builds/33118
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/19481
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/11020
I am looking at the first failure right now. As for the other 2: they are caused by the fact that build was started before the dependent patch for clang was committed: https://reviews.llvm.org/D23767 <- this one (already accepted but not committed) makes clang use llvm::DINode::DIFlags instead of int.
Repository:
rL LLVM
https://reviews.llvm.org/D23766
More information about the llvm-commits
mailing list