[PATCH] D50621: [DebugInfo] Fix bug in LiveDebugVariables.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 22:25:06 PDT 2018


chandlerc added inline comments.


================
Comment at: llvm/trunk/test/DebugInfo/Generic/debug-var-slot.ll:8
+;
+; RUN: llc < %s -stop-after=livedebugvars -debug 2>&1 | FileCheck %s
+;
----------------
You cannot use `-debug` in test cases reliably.

Adrian actually specifically suggested a way of testing this, please follow up there before submitting (and for the reviewer, please make sure that other commenters on a patch are OK with proceeding).

I'm going to revert for now as it is breaking bots and any user not building with asserts.


Repository:
  rL LLVM

https://reviews.llvm.org/D50621





More information about the llvm-commits mailing list