Skip to content

Commit f64f9c7

Browse files
igc revision update
Change-Id: Ic903ef8228b53c52bbbd623f2a2f6ef6c12034ca
1 parent 2c896b6 commit f64f9c7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

manifests/igc.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
components:
2+
llvm_source:
3+
revision: HEAD
4+
repository: https://github.com/llvm-mirror/llvm
5+
branch: release_40
6+
dest_dir: llvm_source
7+
llvm_patches:
8+
revision: 0ba9debba34be4159a80f27818858abf00e03e2d
9+
repository: https://github.com/intel/llvm-patches
10+
branch: master
11+
dest_dir: llvm_patches
12+
clang_source:
13+
revision: HEAD
14+
repository: https://github.com/llvm-mirror/clang
15+
branch: release_40
16+
dest_dir: clang_source
17+
common_clang:
18+
revision: fa75886fa8f25c093b5e174ce07776ccb203789c
19+
repository: https://github.com/intel/opencl-clang
20+
branch: master
21+
dest_dir: common_clang

manifests/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ components:
2525
clean_on_sync: true
2626
dest_dir: igc
2727
repository: https://github.com/intel/intelgraphicscompiler
28-
revision: dbb9f9f194473f1d33bad3808ee47fc9fa429499
28+
revision: 858e183e0724674f9c12477d944af6aa0aa3875a
2929
type: git
3030
infra:
3131
branch: infra

0 commit comments

Comments
 (0)