Skip to content

Commit 1d76e24

Browse files
authored
Merge pull request #61781 from atrick/disable-asan-test
Disable a guardmalloc test when building with ASAN
2 parents 53ac896 + 19d75b6 commit 1d76e24

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)