[PATCH] D70709: [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing part.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 14:08:15 PST 2019


avl added a comment.

> Given that this should NFC, can you please run dsymutil with and without your change on clang and ensure the MD5 hash is identical?

ls -la golden-dsymutil/dsymutil
120050844  3 dec 15:16 golden-dsymutil/dsymutil

ls -la new-dsymutil/dsymutil
120308552  3 dec 21:01 new-dsymutil/dsymutil

golden-dsymutil/dsymutil build-Debug/bin/clang

md5 -r build-Debug/bin/clang.dSYM/Contents/Resources/DWARF/clang                                  
10173920ad05e0014607717e009a319f build-Debug/bin/clang.dSYM/Contents/Resources/DWARF/clang

new-dsymutil/dsymutil build-Debug/bin/clang

md5 -r build-Debug/bin/clang.dSYM/Contents/Resources/DWARF/clang                                  
10173920ad05e0014607717e009a319f build-Debug/bin/clang.dSYM/Contents/Resources/DWARF/clang

The clang was build with -DLLVM_ENABLE_MODULES=ON and -DLLVM_USE_SPLIT_DWARF=YES, 
Please make me known, If it would be usefull to show results for other building options and other dsymutil
options.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70709/new/

https://reviews.llvm.org/D70709





More information about the llvm-commits mailing list