未验证 提交 9bb1b89c 编写于 作者: C Chinmay Garde 提交者: GitHub

Update libcxx & libcxxabi to HEAD in prep for compiler upgrade. (#9906)

上级 cad5cc29
......@@ -124,7 +124,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '3c8e427128687be69576d68886d7e555bbd89253',
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'b9f3f7f78288b66cd80665be2378b5b9d6e36f35',
# Fuchsia compatibility
#
......@@ -148,10 +148,10 @@ deps = {
Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + '2f8d51731d6502765aec2f93143c57bf13234358',
'src/third_party/libcxx':
Var('fuchsia_git') + '/third_party/libcxx' + '@' + 'c5a5fa59789213c7dae68d2e51cb28ef681d8257',
Var('fuchsia_git') + '/third_party/libcxx' + '@' + '7524ef50093a376f334a62a7e5cebf5d238d4c99',
'src/third_party/libcxxabi':
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '1a9753522f1ae8d72848d365902f39e0d3d59a39',
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe',
'src/third_party/glfw':
Var('fuchsia_git') + '/third_party/glfw' + '@' + '999f3556fdd80983b10051746264489f2cb1ef16',
......
Signature: 259fd3dd1187ed1f57f8d7731bb14d67
Signature: 2466ecf1e64cad529ef59c97c07cd1a9
......@@ -811,9 +811,8 @@ class _RepositoryCxxStlDualLicenseFile extends _RepositoryLicenseFile {
: _licenses = _parseLicenses(io), super(parent, io);
static final RegExp _pattern = RegExp(
r'^'
r'==============================================================================\n'
r'.+ License\n'
r'.+ License.*\n'
r'==============================================================================\n'
r'\n'
r'The .+ library is dual licensed under both the University of Illinois\n'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册