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

Unified Diff: src/untrusted/irt/nacl.scons

Issue 6849008: Disable the irt_tls_test for bitcode. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/nacl.scons
diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons
index 82b69aff1a2f812ee74258ae8adbe57f0f9cb851..21e63f0a2a55cd558db7bb74651fc564d6014887 100644
--- a/src/untrusted/irt/nacl.scons
+++ b/src/untrusted/irt/nacl.scons
@@ -67,7 +67,7 @@ irt_library = blob_env.ComponentProgram(
'pthread',
'm'])
-if env.Bit('build_x86_32'):
+if env.Bit('build_x86_32') and not env.Bit('bitcode'):
# Make sure that the linked IRT nexe never uses TLS via %gs access.
# All IRT code must avoid direct use of the TLS ABI register, which
# is reserved for user TLS. Instead, ensure all TLS accesses use a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698