[llvm] r346815 - Make dsymutil more robust when parsing load commands.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 10:29:45 PST 2018



> On Dec 20, 2018, at 10:18 AM, Galina Kistanova <gkistanova at gmail.com> wrote:
> 
> I have blamed the correct commit.
> 
> The llvm/trunk/test/tools/dsymutil/Inputs/lc_build_version.x86_64 updated by this commit contains a reference to /tmp/t.o.
> To reproduce the problem locally simply put the attached t.o file to the local /tmp directory and run the test. You can debug from there.
> I guess, you just taken some random input file which happens to contain more than you actually need for this test? Sanitizing that file would do then.

Ah, the path is in the *binary*. Sorry for the misunderstanding. I'll see what I can do to resolve this.

thanks for your patience!
adrian



More information about the llvm-commits mailing list