1{
2 "clang/gnu-install-dirs.patch" = [
3 {
4 after = "19";
5 path = ../19;
6 }
7 ];
8 "clang/purity.patch" = [
9 {
10 path = ../18;
11 }
12 ];
13 "lld/gnu-install-dirs.patch" = [
14 {
15 path = ../18;
16 }
17 ];
18 "llvm/gnu-install-dirs.patch" = [
19 {
20 after = "22";
21 path = ../22;
22 }
23 {
24 after = "21";
25 before = "22";
26 path = ../21;
27 }
28 {
29 after = "20";
30 before = "21";
31 path = ../20;
32 }
33 {
34 before = "20";
35 path = ../18;
36 }
37 ];
38 "llvm/gnu-install-dirs-polly.patch" = [
39 {
40 after = "20";
41 path = ../20;
42 }
43 {
44 before = "20";
45 path = ../18;
46 }
47 ];
48 "llvm/llvm-lit-cfg-add-libs-to-dylib-path.patch" = [
49 {
50 path = ../18;
51 }
52 ];
53 "llvm/lit-shell-script-runner-set-dyld-library-path.patch" = [
54 {
55 path = ../18;
56 }
57 ];
58 "llvm/polly-lit-cfg-add-libs-to-dylib-path.patch" = [
59 {
60 path = ../18;
61 }
62 ];
63 "compiler-rt/X86-support-extension.patch" = [
64 {
65 path = ../18;
66 }
67 ];
68 "compiler-rt/armv6-scudo-libatomic.patch" = [
69 {
70 after = "19";
71 path = ../19;
72 }
73 {
74 before = "19";
75 path = ../18;
76 }
77 ];
78 "compiler-rt/normalize-var.patch" = [
79 {
80 path = ../18;
81 }
82 ];
83 "openmp/fix-find-tool.patch" = [
84 {
85 before = "19";
86 path = ../18;
87 }
88 ];
89 "openmp/run-lit-directly.patch" = [
90 {
91 path = ../18;
92 }
93 ];
94 "libclc/use-default-paths.patch" = [
95 {
96 after = "19";
97 before = "20";
98 path = ../19;
99 }
100 {
101 after = "20";
102 path = ../20;
103 }
104 ];
105 "libclc/gnu-install-dirs.patch" = [
106 {
107 before = "21";
108 path = ../18;
109 }
110 {
111 after = "21";
112 path = ../21;
113 }
114 ];
115}