This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63bb820c315 Revert "[dsymutil] Don't mark forward declarations as canonical." new 75475a86745 [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 0 -> 2148 bytes test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o | Bin 0 -> 2276 bytes test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o | Bin 0 -> 2148 bytes .../tools/dsymutil/Inputs/odr-fwd-declaration2/1.o | Bin 0 -> 2252 bytes .../tools/dsymutil/Inputs/odr-fwd-declaration2/2.o | Bin 0 -> 2292 bytes .../tools/dsymutil/Inputs/odr-fwd-declaration2/3.o | Bin 0 -> 2292 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, 323 insertions(+), 17 deletions(-) create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/1.o create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/1.o create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/2.o create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/3.o create mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration.cpp create mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration2.cpp