[PATCH] D40777: [dsymutil] Add -verify option to run DWARF verifier after linking.
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 12:03:05 PST 2017
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Looks good to me.
================
Comment at: test/tools/dsymutil/X86/verify.test:4
+RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/basic-lto.macho.x86_64
+RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/basic-lto-dw4.macho.x86_64
+
----------------
Why are the copies needed?
Repository:
rL LLVM
https://reviews.llvm.org/D40777
More information about the llvm-commits
mailing list