honggyu.kim accepted this revision.
honggyu.kim added a reviewer: honggyu.kim.
honggyu.kim added a comment.
This revision is now accepted and ready to land.
In http://reviews.llvm.org/D10356#219772, @krememek wrote:
> Committed r244400
Thanks for accepting it!
http://reviews.llvm.org/D10356
krememek added a comment.
Committed r244400
http://reviews.llvm.org/D10356
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
honggyu.kim added a comment.
In http://reviews.llvm.org/D10356#219499, @krememek wrote:
> I see. The problem is that the ad hoc interposition that scan-build uses
> does not handle the case that the underlying compiler is built as a
> cross-compiler, but does not take a direct target triple.
krememek added a comment.
In http://reviews.llvm.org/D10356#217564, @honggyu.kim wrote:
>
> With --analyzer-target option, we can provide target info to clang static
> analyzer as follows:
>
> $ scan-build -v -v -v --analyzer-target=arm-linux-gnueabi
> --use-cc=arm-linux-gnueabi-gcc make