This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fec731bad89 [ObjCARC] Pass the correct BasicBlock to fix assertion failure. new 63bb820c315 Revert "[dsymutil] Don't mark forward declarations as canonical."
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/tools/dsymutil/Inputs/odr-fwd-declaration/1.o | Bin 2148 -> 0 bytes test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o | Bin 2276 -> 0 bytes test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o | Bin 2148 -> 0 bytes .../tools/dsymutil/Inputs/odr-fwd-declaration2/1.o | Bin 2252 -> 0 bytes .../tools/dsymutil/Inputs/odr-fwd-declaration2/2.o | Bin 2292 -> 0 bytes .../tools/dsymutil/Inputs/odr-fwd-declaration2/3.o | Bin 2292 -> 0 bytes test/tools/dsymutil/X86/odr-fwd-declaration.cpp | 127 ----------------- test/tools/dsymutil/X86/odr-fwd-declaration2.cpp | 151 --------------------- tools/dsymutil/DwarfLinker.cpp | 62 +++------ 9 files changed, 17 insertions(+), 323 deletions(-) delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/1.o delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/1.o delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/2.o delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/3.o delete mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration.cpp delete mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration2.cpp