]> granicus.if.org Git - clang/commitdiff
Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Jun 2016 10:54:45 +0000 (10:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 2 Jun 2016 10:54:45 +0000 (10:54 +0000)
  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

test/CodeGen/lifetime-asan.c

index a7cf68cc9842727a34644b68ac07843710ef96b3..2b26b4dc4619779c20b8950c61a18d31b4f276b4 100644 (file)
@@ -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);