[PATCH] D46738: [DebugInfo] Fix PR37395.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 20:33:12 PDT 2018


davide requested changes to this revision.
davide added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/DebugInfo/Generic/PR37395.ll:1
+; RUN: opt -O1 -S %s | FileCheck %s
+; CHECK: DILabel
----------------
This is too fragile. The test should run a single pass.


Repository:
  rL LLVM

https://reviews.llvm.org/D46738





More information about the llvm-commits mailing list