| Index: tests/compiler_thread_suspension/nacl.scons
|
| diff --git a/tests/compiler_thread_suspension/nacl.scons b/tests/compiler_thread_suspension/nacl.scons
|
| index d078f2aa5a897116d3777a3af96627bed53c0f9d..8215988c5d0b5721ca4195a29f8712cbdcfbf211 100644
|
| --- a/tests/compiler_thread_suspension/nacl.scons
|
| +++ b/tests/compiler_thread_suspension/nacl.scons
|
| @@ -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']
|
|
|