Displaying 2 results from an estimated 2 matches for "san_opt".
Did you mean:
sa_opt
2014 Apr 11
2
[LLVMdev] Need help reproducing a sanitizer buildbot failure
...rebryany <kcc at google.com> wrote:
>
> I wonder if we can configure the lit test runner to print the (tail of)
> test output on failure.
>
You'd have to teach FileCheck, actually, since it's the one that consumes
stderr in this case. Rather than doing that, why not use
*SAN_OPTIONS=log_file=blah.txt, and teach lit to dump that on failure?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140411/ca2d16f6/attachment.html>
2014 Apr 11
3
[LLVMdev] Need help reproducing a sanitizer buildbot failure
You need llvm-symbolizer in PATH.
On Apr 11, 2014 3:16 AM, "Diego Novillo" <dnovillo at google.com> wrote:
> OK, so now I've gotten a build but the output from asan is less than
> helpful:
>
> $ llvm/x/llvm_build_asan/./bin/opt llvm/x/llvm/test/Other/optimization-remarks-inline.ll
> -inline -pass-remarks=inline -S
>