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

Unified Diff: pnacl/driver/pnacl-ld.py

Issue 1767083003: PNaCl: Update clang and llvm revision in pnacl/COMPONENT_REVISIONS (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Explicitly enable exceptions for the legacy driver Created 4 years, 9 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
« pnacl/driver/pnacl-driver.py ('K') | « pnacl/driver/pnacl-driver.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/driver/pnacl-ld.py
diff --git a/pnacl/driver/pnacl-ld.py b/pnacl/driver/pnacl-ld.py
index ab3ac26134381eb343a3620cc43a3cd3d3d30633..e8f0f8eb8160ded6bcaa24cde19d2dd1124a11ab 100755
--- a/pnacl/driver/pnacl-ld.py
+++ b/pnacl/driver/pnacl-ld.py
@@ -51,7 +51,9 @@ EXTRA_ENV = {
'TRANSLATE_FLAGS_USER': '',
'GOLD_PLUGIN_ARGS': '-plugin=${GOLD_PLUGIN_SO} ' +
- '-plugin-opt=emit-llvm',
+ '-plugin-opt=emit-llvm ' +
+ '-plugin-opt=no-abi-simplify ' +
+ '-plugin-opt=no-finalize',
'LD_FLAGS' : '-nostdlib ${@AddPrefix:-L:SEARCH_DIRS} ' +
'${STATIC ? -static} ' +
« pnacl/driver/pnacl-driver.py ('K') | « pnacl/driver/pnacl-driver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698