From: NAKAMURA Takumi Date: Thu, 2 Jun 2016 10:54:45 +0000 (+0000) Subject: Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd6398fcb874fb710c9a4036cd52b7ec4f508e4a;p=clang Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw. clang.EXE: error: unsupported option '-fsanitize=address' for target 'x86_64-w64-windows-gnu' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271509 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/lifetime-asan.c b/test/CodeGen/lifetime-asan.c index a7cf68cc98..2b26b4dc46 100644 --- a/test/CodeGen/lifetime-asan.c +++ b/test/CodeGen/lifetime-asan.c @@ -2,6 +2,7 @@ // RUN: %clang -S -emit-llvm -o - -O0 \ // RUN: -fsanitize=address -fsanitize-address-use-after-scope %s | \ // RUN: FileCheck %s -check-prefix=CHECK-ASAN-USE-AFTER-SCOPE +// UNSUPPORTED: mingw32 extern int bar(char *A, int n);