r174229 - clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.

Renato Golin renato.golin at linaro.org
Sun Feb 3 05:04:45 PST 2013


On 2 February 2013 23:24, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> Renato, sorry for the breakage.
>
> I also know, it has been broken for targeting msvc. When you apply a
> tweak, please put "XFAIL:win32", or...
>


Hi Nakamura,

Ok, I did the change, but now there's a new difference:

// CHECK: ![[EXCEPTLOC]] = metadata !{i32 31, ;; EXCEPTLOC = 83

I've checked the file and the metadata associated with the invoke is this:

!83 = metadata !{i32 33, i32 0, metadata !76, null}

I don't remember what the first item on that list is [1], but it seems that
it also could be a pattern?

cheers,
--renato

[1] This was always one of my main issues with the debug info design...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130203/c6b1c14e/attachment.html>


More information about the cfe-commits mailing list