Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade LLVM to version 8 #36

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Upgrade LLVM to version 8 #36

merged 1 commit into from
Jul 16, 2024

Conversation

iii-i
Copy link
Member

@iii-i iii-i commented Jul 16, 2024

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.

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]>
@iii-i iii-i merged commit e909174 into main Jul 16, 2024
7 checks passed
@iii-i iii-i deleted the llvm-8 branch July 16, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant