Debug Info IR: Switch DIObjCProperty to use DITypeRef.
authorAdrian Prantl <aprantl@apple.com>
Mon, 15 Jun 2015 23:18:03 +0000 (23:18 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 15 Jun 2015 23:18:03 +0000 (23:18 +0000)
commit0f80e47db3d1f148cd33b4c40950f5a5d548c8e1
tree624751c2ecfa081988fef228d7289358e5e444aa
parent034945e8fe70ce5e53de2cfd52abf9f29d9125cc
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
This is a prerequisite for turning on ODR type uniquing for ObjC++.

rdar://problem/21377883

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239780 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/IR/DIBuilder.cpp
lib/IR/Verifier.cpp
unittests/IR/MetadataTest.cpp