forked from OSchip/llvm-project
Disable composite type debug info for now.
llvm-svn: 62406
This commit is contained in:
parent
dd40f26877
commit
d250ef911f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue