We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53ac896 + 19d75b6 commit 1d76e24Copy full SHA for 1d76e24
test/SILOptimizer/mandatory_inlining.sil
@@ -1,5 +1,8 @@
1
// 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
2
3
+// guardmalloc is incompatible with ASAN
4
+// REQUIRES: no_asan
5
+
6
import Builtin
7
import Swift
8
0 commit comments