aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS12
1 files changed, 4 insertions, 8 deletions
diff --git a/DEPS b/DEPS
index 5f93d2f..74c5270 100644
--- a/DEPS
+++ b/DEPS
@@ -3,14 +3,13 @@ use_relative_paths = True
vars = {
'google_git': 'https://github.com/google',
'khronos_git': 'https://github.com/KhronosGroup',
- 'llvm_git': 'https://github.com/llvm-mirror',
+ 'llvm_git': 'https://github.com/llvm',
'lvandeve_git': 'https://github.com/lvandeve',
'swiftshader_git': 'https://swiftshader.googlesource.com',
'microsoft_git': 'https://github.com/Microsoft',
- 'clspv_clang_revision': '834a93f953ac6789f39dbeb86d8144f847807353',
- 'clspv_llvm_revision': 'e35805b8192297a81e795573614274b904785a7d',
- 'clspv_revision': '64a51387967ea2a26e4a52a22ad8640148194edc',
+ 'clspv_llvm_revision': '97aa42f5dfcd10ca6df230caf9ca7868da5f25af',
+ 'clspv_revision': '8132fc9122f7709149dd82b25283e244bbe666a6',
'cpplint_revision': '9f41862c0efa7681e2147910d39629c73a2b2702',
'dxc_revision': 'ec912b2ec95feb50925704dd631ef7abee1a5f09',
'glslang_revision': '8aa9a7bb8f74869ab9cfd2c9bd51cef1741004e7',
@@ -28,10 +27,7 @@ deps = {
'third_party/clspv': vars['google_git'] + '/clspv.git@' +
vars['clspv_revision'],
- 'third_party/clspv-clang': vars['llvm_git'] + '/clang.git@' +
- vars['clspv_clang_revision'],
-
- 'third_party/clspv-llvm': vars['llvm_git'] + '/llvm.git@' +
+ 'third_party/clspv-llvm': vars['llvm_git'] + '/llvm-project.git@' +
vars['clspv_llvm_revision'],
'third_party/cpplint': vars['google_git'] + '/styleguide.git@' +