projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a4e2e
)
Disable composite type debug info for now.
author
Devang Patel
<dpatel@apple.com>
Sat, 17 Jan 2009 05:05:12 +0000
(
05:05
+0000)
committer
Devang 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index 2ed46cc377369a2077b770dab457c65993749b20..1ef8bec4d18e6462182d84d32e69d0c9a9aa7d89 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@
-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;