Commit e909174
committed
Upgrade LLVM to version 8
clang-7 cannot build zlib-ng, since it thinks that
typedef unsigned int uv4si __attribute__((vector_size(16)));
typedef vector unsigned int uv4si;
are different types. clang-8 does not have this issue.
Signed-off-by: Ilya Leoshkevich <[email protected]>1 parent d14d899 commit e909174
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments