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 d74678e commit 6869808Copy full SHA for 6869808
tests/callingconv_case_by_case/nacl.scons
@@ -5,6 +5,9 @@
5
6
Import('env')
7
8
+# DAEMON: disable because it requires PNaCl even in Saigo mode
9
+Return()
10
+
11
# This test does not make any sense for pure pnacl
12
if env.Bit('bitcode') and env.Bit('pnacl_generate_pexe'):
13
Return()
0 commit comments