Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a29070

Browse files
committed
clang/test: Suppress two tests on LLP64 target, Windows x64.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168303 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7ce816a commit 7a29070

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Analysis/malloc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s
2+
// REQUIRES: LP64
3+
24
#include "Inputs/system-header-simulator.h"
35

46
void clang_analyzer_eval(int);

test/SemaObjCXX/pointer-to-objc-pointer-conv.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %clang_cc1 -fsyntax-only -verify %s
22
// expected-no-diagnostics
33

4+
// REQUIRES: LP64
5+
46
@interface G
57
@end
68

0 commit comments

Comments
 (0)