[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:50:56 PST 2018
Should be fixed in r349793, please let me know if this didn't work!
-- adrian
> On Dec 20, 2018, at 10:29 AM, Adrian Prantl via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
>
>
>> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list