r225000 - Reapply "DebugInfo: Generalize debug info location handling"

İsmail Dönmez ismail at donmez.ws
Wed Dec 31 06:36:23 PST 2014


Hi,

On Tue, Dec 30, 2014 at 9:39 PM, David Blaikie <dblaikie at gmail.com> wrote:

> +// CHECK-LABEL: define
> +__complex double f11() {
> +  __complex double f;
> +// CHECK: store {{.*}} !dbg [[DBG_F11:!.*]]
> +#line 1200
> +  return f;
> +}
>

This seems to fail on Windows (MSVC):

tools\clang\test\CodeGenCXX\debug-info-line.cpp:1104:1: error: cannot
mangle this complex number type yet
__complex double f11() {
^~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141231/ac6a95ca/attachment.html>


More information about the cfe-commits mailing list