[Lldb-commits] [PATCH] D71310: RFC: Remove "Validators"

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 12 11:00:35 PST 2019


vsk added a comment.

Just a heads up while I investigate, I'm starting to see this on the sanitizer bot:

  /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/include/lldb/DataFormatters/TypeCategory.h:278:35: runtime error: load of value 190, which is not a valid value for type 'bool'

http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake-sanitized/621

This patch is just deleting dead code so it's probably unrelated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71310





More information about the lldb-commits mailing list