Skip to content

Commit 19d75b6

Browse files
committed
Disable a guardmalloc test when building with ASAN
Fixes rdar://100578371 (Swift CI: Swift ASan) mandatory_inlining.sil
1 parent b0de482 commit 19d75b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/mandatory_inlining.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: env DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib %target-sil-opt -enable-objc-interop -module-name mandatory_inlining -enable-sil-verify-all %s -mandatory-inlining | %FileCheck %s
22

3+
// guardmalloc is incompatible with ASAN
4+
// REQUIRES: no_asan
5+
36
import Builtin
47
import Swift
58

0 commit comments

Comments
 (0)