[PATCH] [ASan tests] Add the first Windows-only lit test

Alexey Samsonov samsonov at google.com
Wed May 14 12:40:19 PDT 2014


================
Comment at: test/asan/TestCases/Windows/thread_stack_array_left_oob.cc:1
@@ +1,2 @@
+// RUN: %clangxx_asan -O0 %s -Fe%t 2>&1
+// 'cat' is used below to work around FileCheck buffering bug which makes this
----------------
Timur Iskhodzhanov wrote:
> Alexey Samsonov wrote:
> > Why 2>&1 here?
> Because ASan reports go to stderr? :)
But this line doesn't run ASan executable, it's a compiler invocation.

http://reviews.llvm.org/D3767






More information about the llvm-commits mailing list