Skip to content

Commit c82e17e

Browse files
authored
Temporarily change the source repository of libcxx (#359)
1 parent d78dae4 commit c82e17e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DEPS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vars = {
1515
'fuchsia_git': 'https://fuchsia.googlesource.com',
1616
'github_git': 'https://github.com',
1717
'skia_git': 'https://skia.googlesource.com',
18+
'llvm_git': 'https://llvm.googlesource.com',
1819
# OCMock is for testing only so there is no google clone
1920
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
2021
'skia_revision': 'e2ba2f5b20e0d188dbfb5d3df64aa9787ebb3f37',
@@ -116,10 +117,10 @@ deps = {
116117
Var('flutter_git') + '/third_party/harfbuzz' + '@' + 'd40d15e994ed60d32bcfc9ab87004dfb028dfbd6',
117118

118119
'src/third_party/libcxx':
119-
Var('fuchsia_git') + '/third_party/libcxx' + '@' + '7524ef50093a376f334a62a7e5cebf5d238d4c99',
120+
Var('llvm_git') + '/llvm-project/libcxx' + '@' + '54c3dc7343f40254bdb069699202e6d65eda66a2',
120121

121122
'src/third_party/libcxxabi':
122-
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '74d1e602c76350f0760bf6907910e4f3a4fccffe',
123+
Var('llvm_git') + '/llvm-project/libcxxabi' + '@' + '65a68da0f1b102574db316d326a53735b03a4574',
123124

124125
'src/third_party/glfw':
125126
Var('fuchsia_git') + '/third_party/glfw' + '@' + '78e6a0063d27ed44c2c4805606309744f6fb29fc',

0 commit comments

Comments
 (0)