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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 08:34:25 PDT 2018


aprantl added inline comments.


================
Comment at: test/DebugInfo/Generic/debug-var-slot.ll:2
+; RUN: llc -filetype=obj -o - %s | llvm-dwarfdump -v - | FileCheck %s
+;
+; CHECK: .debug_info contents:
----------------
Please add a comment that explains what is being tested here.

Also, it would probably be better to run llc with -stop-after-livedebugvariables or something similar and check the MIR output, that will make it less likely that the test bitrots.


Repository:
  rL LLVM

https://reviews.llvm.org/D50621





More information about the llvm-commits mailing list