[PATCH] D22339: [compiler-rt] Fix missing argument in asan unittest
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 08:35:29 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: test/asan/TestCases/Windows/dll_seh.cc:4
@@ -3,3 +3,3 @@
// Check both -GS and -GS- builds:
// RUN: %clang_cl_asan -LD -O0 %s -Fe%t.dll
// RUN: %run %t %t.dll
----------------
Let's add -GS to be explicit.
https://reviews.llvm.org/D22339
More information about the llvm-commits
mailing list