Commit a054f52
committed
[CI] Update Windows premerge testing to use clang-cl.exe
Now that the Windows container contains clang, use it for building
the premerge tests. Measurements show this is significantly faster
than using msvc cl. Note we had to disable two warnings
-Wc++98-compat and -Wc++14-compat, to make this work with 'check-mlir'
on Windows (clang generates a lot of warnings that msvc cl does not).1 parent c97256d commit a054f52
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments