[PATCH] D70524: Support DebugInfo generation for auto return type for C++ functions.
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 22 11:29:50 PST 2019
aprantl added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/debug-info-auto-return.ll:1
+;RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump -v - | FileCheck %s
+
----------------
I don't think the FORMs are relevant for this test, so we can do without the `-v`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70524/new/
https://reviews.llvm.org/D70524
More information about the cfe-commits
mailing list