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.
1 parent b0de482 commit 19d75b6Copy full SHA for 19d75b6
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