r176895 - Force column info to be generated for call expressions so we can

Eric Christopher echristo at gmail.com
Tue Mar 12 13:49:17 PDT 2013


+// RUN: %clang_cc1 -g -emit-obj -o %t %s
> +// RUN: llvm-dwarfdump %t | FileCheck %s
> +// In the attached test case a post-r166236 clang coalesces two
> +// instances of an inlined function in a way that makes it appear as
> +// if the function was only inlined once.
> +
>

Two things:

a) this test should only check for IR emitted, there should be a backend
test that determines whether or not the correct debug info was generated
from IR. Please split this into two testcases.
b) update the comment that explicitly calls out whether or not we generate
column info rather than a revision in svn. revision numbers aren't
particularly useful since future revisions can change behavior.

Thanks.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130312/e71f50b0/attachment.html>


More information about the cfe-commits mailing list