Re: [libav-devel] [PATCH] build: support asan and tsan toolchain shortcuts

2012-10-15 Thread Diego Biurrun
On Mon, Oct 15, 2012 at 03:40:33AM +0200, Luca Barbato wrote: --- configure | 10 ++ 1 file changed, 10 insertions(+) LGTM Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] build: support asan and tsan toolchain shortcuts

2012-10-15 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: On Mon, Oct 15, 2012 at 03:40:33AM +0200, Luca Barbato wrote: --- configure | 10 ++ 1 file changed, 10 insertions(+) LGTM What, you don't want the entries sorted? -- Måns Rullgård m...@mansr.com

Re: [libav-devel] [PATCH] build: support asan and tsan toolchain shortcuts

2012-10-15 Thread Luca Barbato
On 10/15/2012 05:51 PM, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: On Mon, Oct 15, 2012 at 03:40:33AM +0200, Luca Barbato wrote: --- configure | 10 ++ 1 file changed, 10 insertions(+) LGTM What, you don't want the entries sorted? Right. updating and

Re: [libav-devel] [PATCH] build: support asan and tsan toolchain shortcuts

2012-10-14 Thread Luca Barbato
On 10/14/2012 07:55 AM, Luca Barbato wrote: --- configure | 10 ++ 1 file changed, 10 insertions(+) diff --git a/configure b/configure index 26cd7ea..b4a1f96 100755 --- a/configure +++ b/configure @@ -2053,6 +2053,16 @@ case $toolchain in nm_default=dumpbin -symbols

[libav-devel] [PATCH] build: support asan and tsan toolchain shortcuts

2012-10-14 Thread Luca Barbato
--- configure | 10 ++ 1 file changed, 10 insertions(+) diff --git a/configure b/configure index d8a5728..cb29f13 100755 --- a/configure +++ b/configure @@ -2053,6 +2053,16 @@ case $toolchain in nm_default=dumpbin -symbols ar_default=lib ;; +clang-asan) +

[libav-devel] [PATCH] build: support asan and tsan toolchain shortcuts

2012-10-13 Thread Luca Barbato
--- configure | 10 ++ 1 file changed, 10 insertions(+) diff --git a/configure b/configure index 26cd7ea..b4a1f96 100755 --- a/configure +++ b/configure @@ -2053,6 +2053,16 @@ case $toolchain in nm_default=dumpbin -symbols ar_default=lib ;; +asan) +