Commit 3d9c9646 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Roll src/buildtools/third_party/libc++/trunk/ 4daecde1d..955113db3 (14 commits)

Rolling for [1] to fix bug 944391.

[1] https://chromium.googlesource.com/chromium/llvm-project/libcxx/+/955113db37563c8632e31ddcff2047845553d7ff

https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+log/4daecde1d737..955113db3756

$ git log 4daecde1d..955113db3 --date=short --no-merges --format='%ad %ae %s'
2019-03-26 thomasanderson [libc++] Fix return value of snprintf_l() on Windows when buffer is too small
2019-03-26 modocache Revert "[coroutines] Add std::experimental::task<T> type"
2019-03-26 modocache [coroutines] Add std::experimental::task<T> type
2019-03-25 mclow.lists Cleaup of requirements for optional. While researching LWG3196, I realized that optional did not reject 'const in_place_t' like it should. Added a test as well, and a check for arrays (which were already disallowed, but now we get a better error message). Should not affect anyone's code.
2019-03-25 ldionne [libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platforms
2019-03-22 mclow.lists Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report.
2019-03-22 ldionne [libc++] Update the list of symbols exported from libc++abi for new/delete
2019-03-22 ldionne [libc++] Re-export the sjlj ABI v2 for ARM architectures
2019-03-22 mclow.lists Fix a vector test to not use a local type as a template parameter. This causes a warning on C++03. NFC
2019-03-21 ldionne [libc++] Remove too-stringent XFAILs for file_clock tests
2019-03-21 ldionne [NFC][libc++] Reindent #ifdefs
2019-03-21 ldionne [libc++] Re-document how to use <filesystem> with various versions of libc++
2019-03-21 sbenza Add relational benchmark against a string constant.
2019-03-21 ldionne [libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't support bad_any_cast

Created with:
  roll-dep src/buildtools/third_party/libc++/trunk

BUG=944391
R=thakis

Change-Id: Ib0c7ec64c706afe31c46feed581577d4b8f7c926
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540288
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644601}
parent 17c2148d
......@@ -292,7 +292,7 @@ vars = {
# Also, if you change these, make sure you update the svn_revisions in
# //buildtools/deps_revisions.gni.
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
'libcxx_revision': '4daecde1d737da594173591db71e543a3e2d51d8',
'libcxx_revision': '955113db37563c8632e31ddcff2047845553d7ff',
'libcxxabi_revision': '0d529660e32d77d9111912d73f2c74fc5fa2a858',
'libunwind_revision': '69d9b84cca8354117b9fe9705a4430d789ee599b',
}
......
......@@ -18,7 +18,7 @@ vars = {
# When changing these, also update the svn revisions in deps_revisions.gni
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
'libcxx_revision': '4daecde1d737da594173591db71e543a3e2d51d8',
'libcxx_revision': '955113db37563c8632e31ddcff2047845553d7ff',
'libcxxabi_revision': '0d529660e32d77d9111912d73f2c74fc5fa2a858',
'libunwind_revision': '69d9b84cca8354117b9fe9705a4430d789ee599b',
}
......
......@@ -5,5 +5,5 @@
declare_args() {
# The libc++ svn revision that belongs to the git hash in DEPS. Used to cause
# full rebuilds on libc++ rolls.
libcxx_svn_revision = "356640"
libcxx_svn_revision = "357024"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment