[llvm-bugs] [Bug 25015] Add a mode to clang to allow it to automatically test external layout

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 1 14:42:20 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25015

Zachary Turner <zturner at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
            Summary|Importing from external     |Add a mode to clang to
                   |layout broken for template  |allow it to automatically
                   |specializations             |test external layout

--- Comment #1 from Zachary Turner <zturner at google.com> ---
We looked into this some more, and it is because -fdump-record-layouts-simple
is fundmentally unable to be made idempotent with -foverride-record-layout.  In
cc1 mode, -fdump-record-layouts-simple doesn't dump any information about
whether a class has virtual functions,

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151001/a71b940e/attachment.html>


More information about the llvm-bugs mailing list