diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-08 23:24:16 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-08 23:24:16 +0000 |
commit | 2850462d983ac8f6293a18e05df3e05d7e4d89f1 (patch) | |
tree | 6b7aad2023e1f55ad1d3ad62409fc7f564838e94 /DEPS | |
parent | b46903620b9f7a0ae45c1483b2da9ae79251e0c2 (diff) | |
download | chromium_src-2850462d983ac8f6293a18e05df3e05d7e4d89f1.zip chromium_src-2850462d983ac8f6293a18e05df3e05d7e4d89f1.tar.gz chromium_src-2850462d983ac8f6293a18e05df3e05d7e4d89f1.tar.bz2 |
NaCl: Update revision in DEPS, r7362 -> r7388
This pulls in the following Native Client changes:
r7363: (sehr) Expose LLVM changes to get __builtin_nacl_target_arch intrinsic.
r7364: (pdox) Build GLibC's crt1 as bitcode.
r7365: (mseaborn) Scons: Remove the unused argument 'nocpp'
r7366: (pdox) Get rid of upload to "latest" directory for PNaCl toolchain builders.
r7367: (pdox) Merge with LLVM up to r145883. Merge was trivial except for conflicts caused by adjacent code changes.
r7368: (eugenis) Move ncval usage text to its own variable.
r7369: (eugenis) Change -fasan to -faddress-sanitizer. Add a sanity test.
r7370: (eugenis) Switch ASan bots to opt-host.
r7371: (eugenis) Disable x86_64 hello_world_test on the Mac/ASan bot.
r7372: (eugenis) Really disable x86_64 hello_world_test on the Mac/ASan bot.
r7373: (robertm) Augmented pnacl-as to handle .S files, so we can remove .s/.S support from pnacl-clang.
r7374: (mseaborn) x86-64 Windows: Make stack unwinding test stricter still
r7375: (mseaborn) Revert r7374: x86-64 Windows: Make stack unwinding test stricter still
r7376: (ncbray) Stop using ppapi_ppb_core inside of PyAuto.
r7377: (dschuff) Script to parse LLVM testsuite report output and list of known failures,
r7378: (dschuff) Script and gclient DEPS to sync and run llvm testsuite with pnacl/sel_ldr
r7379: (sehr) Add --pnacl-default-command-line flag to the driver. This flag controls
r7380: (mseaborn) Scons: Use booleans in CommandTest() arguments where possible
r7381: (mseaborn) Convert some crash tests to using command_tester.py's --declares_exit_status
r7382: (robertm) Assimilate the names "between_builders" files between regular and trybots.
r7383: (sehr) Add a DescWrapper factory method for random number generation.
r7384: (dschuff) Buildbot script for running LLVM test-suite and torture tests,
r7385: (sehr) Update to get default command line toolchain for sandboxed translators.
r7387: (robertm) Modify ARM .S code so it can be processed by both gnu-as and llvm-mc.
r7388: (dschuff) Fix bootstrap loading for toolchain torture tests
BUG=none
TEST=nacl_integration
Review URL: http://codereview.chromium.org/8879027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "102341", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7362", + "nacl_revision": "7388", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7139", # native_client/DEPS: tools_rev |