Commit c61df29
### Rationale for this change
Some of our CI jobs fail because conda jobs are pulling LLVM 22.1.0 and we are not compatible.
### What changes are included in this PR?
Add 22.1.0 as compatible LLVM and minor fix to update the location of PassPlugin.h due to:
- llvm/llvm-project#173279
### Are these changes tested?
Yes via CI
### Are there any user-facing changes?
No, the only change is that LLVM 22.1.0 will be supported.
* GitHub Issue: #49428
Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent edfb24d commit c61df29
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments