[PATCH] D56414: [Verifier] Reject invalid type for DILocalVariable.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 7 14:52:46 PST 2019
aprantl requested changes to this revision.
aprantl added a comment.
This revision now requires changes to proceed.
There's a type in a test, but otherwise, this LGTM.
================
Comment at: llvm/test/Verifier/di-subroutine-localvar.ll:4
+; CHECK: !20 = !DILocalVariable(name: "f", scope: !21, file: !13, line: 970, type: !14)
+; CHECKL !14 = !DISubroutineType(types: !15)
+
----------------
Typo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56414/new/
https://reviews.llvm.org/D56414
More information about the llvm-commits
mailing list