mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 22:53:08 +00:00
Disable composite type debug info for now.
llvm-svn: 62406
This commit is contained in:
parent
ddd55bdfec
commit
732220a09f
@ -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…
x
Reference in New Issue
Block a user