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

Unified Diff: native_client_sdk/src/doc/sdk/release-notes.rst

Issue 1051653004: Add NaCl SDK release note about LLVM 3.6 and debug metadata changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: line wrap Created 5 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
« no previous file with comments | « native_client_sdk/src/doc/devguide/devcycle/debugging.rst ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/sdk/release-notes.rst
diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst
index 8fbf326861ab8a0a3b7b91385b87eaf17acb384e..b5029fbfa61072a1a401f417b546c25fbdb5c4f7 100644
--- a/native_client_sdk/src/doc/sdk/release-notes.rst
+++ b/native_client_sdk/src/doc/sdk/release-notes.rst
@@ -19,6 +19,14 @@ PNaCl
SDK can therefore generate them.
* Fix a `code generation bug on ARM`_ when dealing with 16-bit load/store and
``bswap`` which led to a NaCl validation failure.
+* PNaCl is now based on LLVM 3.6. If you are using GDB to debug PNaCl
+ :ref:`BC files with debug metadata in the browser<debugging_pnacl_pexes>`,
+ remember that the SDK version must match the in-browser translator version.
binji 2015/04/01 16:59:00 how can the developer know that the SDK version ma
jvoung (off chromium) 2015/04/01 17:22:56 Reworded to say use SDK version X for chrome versi
+ Bitcode debug metadata changed from LLVM 3.5 to 3.6. Otherwise, it is still
binji 2015/04/01 16:59:00 "Otherwise" sounds weird here. Otherwise what?
jvoung (off chromium) 2015/04/01 17:22:56 Reworded -- is this better?
+ possible to work around this version-match issue by translating pexes to
+ nexes using the :ref:`offline translator in the same SDK
+ <debugging_pexes_via_nexes>` instead of using the translator in
+ the browser.
.. _`code generation bug on ARM`: https://code.google.com/p/chromium/issues/detail?id=460432
« no previous file with comments | « native_client_sdk/src/doc/devguide/devcycle/debugging.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698