mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 17:24:24 +00:00
Disable composite type debug info for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6a4e2edb0
commit
2d91d18ba1
@ -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