[PATCH] D78782: Add .debug_ranges support to the DWARF YAML.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 22:19:11 PDT 2020


clayborg added a comment.

Fixed buildbots with:

commit 6e73f12a641bb8fd965d28937ea3a6d1dcecc8c0 <https://reviews.llvm.org/rG6e73f12a641bb8fd965d28937ea3a6d1dcecc8c0> (HEAD -> master, origin/master, origin/HEAD)
Author: Greg Clayton <gclayton at fb.com>
Date:   Wed May 13 22:01:57 2020 -0700

  Fix buildbots errors after comitting D78782.
  
  Rename "Ranges" variables to "DebugRanges" to avoid warnings/errors on machines that have extra settings enabled.
  
  https://reviews.llvm.org/D78782


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78782





More information about the llvm-commits mailing list