Disable composite type debug info for now.
authorDevang Patel <dpatel@apple.com>
Sat, 17 Jan 2009 05:05:12 +0000 (05:05 +0000)
committerDevang Patel <dpatel@apple.com>
Sat, 17 Jan 2009 05:05:12 +0000 (05:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62406 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfWriter.cpp

index 2ed46cc377369a2077b770dab457c65993749b20..1ef8bec4d18e6462182d84d32e69d0c9a9aa7d89 100644 (file)
@@ -1751,6 +1751,9 @@ private:
   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;