[PATCH] DebugInfo: Emit info for constant expressions in template arguments

David Majnemer david.majnemer at gmail.com
Tue Aug 20 21:14:43 PDT 2013


    # We can codegen it through LLVM, I've run llvm-dwarfdump on .o files
    # I don't understand what you mean by "what GCC thinks about this".  GCC cannot handle __uuidof.  GCC/GAS has no problem assembling a .s file produced by clang/LLVM though.
    # gdb seems to feel fine about it:

    (gdb) ptype y
    type = struct thing<&(__uuidof(uuid))> {
        <no data fields>
    }

http://llvm-reviews.chandlerc.com/D1453



More information about the cfe-commits mailing list