Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / compiler_thread_suspension / nacl.scons
index d078f2a..8215988 100644 (file)
@@ -9,7 +9,7 @@ Import('env')
 # BUG http://code.google.com/p/nativeclient/issues/detail?id=2363
 # Neither does next-generation GCC, so far extant only for ARM (and the
 # only non-bitcode compiler for ARM).
-if env.Bit('bitcode') or env.Bit('target_arm'):
+if env.Bit('bitcode') or env.Bit('target_arm') or env.Bit('nacl_clang'):
   Return()
 
 inputs = ['gc_noinst.c']