[PATCH] D42370: Issue local statics in correct DWARF lexical scope

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 6 15:10:01 PDT 2018


dblaikie added a comment.

Just to clarify - the general philosophy (there are many cases of exceptions due to complications in various areas) is that clang changes should have clang tests (source code to IR), LLVM changes should have LLVM tests (IR to assembly or object code+dwarf dump) & if debuginfo-tests are optional/as-desired.


https://reviews.llvm.org/D42370





More information about the cfe-commits mailing list