Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: tests/exception_test/nacl.scons

Issue 778483002: Switch nacl-clang back to gas in SCons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site_scons/site_tools/naclsdk.py ('k') | tests/signal_handler_single_step/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/exception_test/nacl.scons
diff --git a/tests/exception_test/nacl.scons b/tests/exception_test/nacl.scons
index b2c293c414a970daa3b215d0815a09223054f9b1..aa2d772f86ee1427b91045790493172af887581c 100644
--- a/tests/exception_test/nacl.scons
+++ b/tests/exception_test/nacl.scons
@@ -5,9 +5,7 @@
Import('env')
-if not env.AllowInlineAssembly() or env.Bit('nacl_clang'):
- # This file has asm that nacl_clang doesn't support properly. See
- # https://code.google.com/p/nativeclient/issues/detail?id=3969
+if not env.AllowInlineAssembly():
Return()
test_args = {'sel_ldr_flags': ['-e', '-E', 'OUTSIDE_BROWSER=1'],
« no previous file with comments | « site_scons/site_tools/naclsdk.py ('k') | tests/signal_handler_single_step/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698