commit | 2d91d18ba1c815c18ba7bd4ed9e3045eb40d0f76 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Sat Jan 17 05:05:12 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Sat Jan 17 05:05:12 2009 +0000 |
tree | 54037c8468cf5df9311fe67d3d60ca2dc213049d | |
parent | f6a4e2edb01a1b57128a7306d7154a88637c406d [diff] [blame] |
Disable composite type debug info for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62406 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp index 2ed46cc..1ef8bec 100644 --- a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@ -1751,6 +1751,9 @@ void ConstructTypeDIE(CompileUnit *DW_Unit, DIE &Buffer, DICompositeType CTy) { + /// FIXME - Enable this asap. + return; + // Get core information. const std::string &Name = CTy.getName(); uint64_t Size = CTy.getSizeInBits() >> 3;