[llvm-commits] [compiler-rt] r170429 - in /compiler-rt/trunk/lib/tsan/rtl: tsan_fd.cc tsan_fd.h tsan_interceptors.cc tsan_stat.cc tsan_stat.h

Dmitry Vyukov dvyukov at google.com
Wed Dec 19 00:50:40 PST 2012


On Wed, Dec 19, 2012 at 12:15 PM, David Blaikie <dblaikie at gmail.com> wrote:
>> I use both gcc and ToT clang for testing. clang -Wall -Werror does not catch
>> there errors.
>
> See, now that's where I'm confused/this gets interesting. This turned
> up in a cmake build of llvm ("ninja check-all") without any extra
> parameters (except to turn on -Werror).
>
> I can check the make build too - it's possible this is some mismatch
> between the two, though I'd be surprised.
>
> How exactly are you running your builds?



$ cd llvm/projects/compiler-rt/lib/tsan
$ gcc -v | grep version
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
$ clang -v | grep version
clang version 3.3 (trunk 170311)
$ make -f Makefile.old presubmit && ../sanitizer_common/scripts/check_lint.sh



More information about the llvm-commits mailing list