[PATCH] D75215: [DebugInfo] Fix for adding "returns cxx udt" option to functions in CodeView.
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 13:47:12 PST 2020
rnk accepted this revision.
rnk added a comment.
lgtm, but please remove the clang test update from this patch, since it shouldn't pass yet.
================
Comment at: clang/test/CodeGenCXX/debug-info-flag-nontrivial.cpp:1
+// RUN: %clang_cc1 -emit-llvm -gcodeview -debug-info-kind=limited %s -o - | FileCheck %s
+// Test for NonTrivial flags in debug info.
----------------
This test shouldn't be part of the LLVM-only change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75215/new/
https://reviews.llvm.org/D75215
More information about the cfe-commits
mailing list