[PATCH] D54233: [dsymutil] Copy the LC_BUILD_VERSION load command into the companion binary

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 21:29:45 PST 2018


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/tools/dsymutil/X86/lc_build_version.test:1
+# RUN: dsymutil -f %p/../Inputs/lc_build_version.x86_64 -o - |obj2yaml | FileCheck %s
+
----------------
nit: missing space before `obj2yaml`


https://reviews.llvm.org/D54233





More information about the llvm-commits mailing list