[zorg] The debuginfo tests do use the correct dsymutil

Marc Schifer via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 15:24:40 PST 2016


Chris,
Please Review. 

The compiler builds llvm-dsymutil and the debuginfo tests can not find it when they are executed. Instead they default to the system dsymutil which can cause issues with the test.

This patch creates sum links from llvm-dsymutil to dsymutil in the builds bin directories which will allow the clang driver to find the just built one at run time.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: r23393906_dsymutil_build_py.patch
Type: application/octet-stream
Size: 1154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160215/c71ad5ca/attachment.obj>


More information about the llvm-commits mailing list