Reland "Roll src/buildtools/third_party/libc++/trunk/ d9040c75c..69897abe2 (1149 commits)"
This reverts commit 06db95be1850ac5cd946e83896a6947c47653afe.
FindIt found two issues, CFI compiles and MSan test failures, which are
addressed in this patch.
Cq-Include-Trybots: chromium/try:chromeos-amd64-generic-cfi-thin-lto-rel
Cq-Include-Trybots: chromium/try:dawn-win10-x86-deps-rel
Cq-Include-Trybots: chromium/try:linux-chromeos-dbg
Cq-Include-Trybots: chromium/try:linux_angle_deqp_rel_ng
Cq-Include-Trybots: chromium/try:linux_chromium_cfi_rel_ng
Cq-Include-Trybots: chromium/try:linux_chromium_compile_dbg_32_ng
Cq-Include-Trybots: chromium/try:linux_chromium_msan_rel_ng
Cq-Include-Trybots: chromium/try:mac-arm64-rel
Cq-Include-Trybots: chromium/try:win-angle-deqp-rel-64
Cq-Include-Trybots: chromium/try:win-asan,win7-rel,win-angle-deqp-rel-32
Cq-Include-Trybots: chrome/try:ipad-device
Cq-Include-Trybots: chrome/try:linux-chromeos-chrome
Cq-Include-Trybots: chrome/try:win-chrome,win64-chrome,mac-chrome
Bug: 1165953, 1166707, 1166430, 1166360, 1090975, 1166970
Change-Id: I597c2bf2343f39e37cdf09b84ee1cc5a80f3a3c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2666149
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/master@{#852216}
diff --git a/buildtools/deps_revisions.gni b/buildtools/deps_revisions.gni
index caed65f..767164d2 100644
--- a/buildtools/deps_revisions.gni
+++ b/buildtools/deps_revisions.gni
@@ -3,7 +3,7 @@
# found in the LICENSE file.
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 = "375504"
+ # Used to cause full rebuilds on libc++ rolls. This should be kept in sync
+ # with the libcxx_revision vars in //DEPS and //buildtools/DEPS.
+ libcxx_revision = "491802ef67bee9c47208c0f79f41c3ecc88bf4fa"
}