| Index: tests/stubout_mode/nacl.scons
|
| diff --git a/tests/stubout_mode/nacl.scons b/tests/stubout_mode/nacl.scons
|
| index e6b4ce5494d5594742614f6b2325263cb1a9cae2..129dd85d46a421a72bb3d098a523e9f8861ef1d7 100644
|
| --- a/tests/stubout_mode/nacl.scons
|
| +++ b/tests/stubout_mode/nacl.scons
|
| @@ -23,6 +23,11 @@ env.AddNodeToTestSuite(
|
| if env.Bit('bitcode') and env.Bit('pnacl_generate_pexe'):
|
| Return()
|
|
|
| +# nacl-clang currently has trouble with the top-level asm in this file:
|
| +# https://code.google.com/p/nativeclient/issues/detail?id=3968
|
| +if env.Bit('nacl_clang'):
|
| + Return()
|
| +
|
| # The file partly_invalid.c contains inline assembler
|
| if env.Bit('bitcode'):
|
| env.AddBiasForPNaCl()
|
|
|