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

Work around LLVM error #249

Closed
wants to merge 1 commit into from

Conversation

yuyichao
Copy link
Collaborator

As per my reduced repro in JuliaLang/julia#15533, turning a vcat into vect causes the error to disappear. This is totally a dirty hack and workaround, there's absolutely no good reason (AFAIK) that the two version should be different.

At least this seems to be able to fix the symptom on 4 different version of julia (0.5.0-dev+3106, 0.5.0-dev+3177, 0.5.0-dev+3080, 0.5.0-dev+3143) on 3 different architectures (arm, aarch64, x64) before @vtjnash fixes the underlying issue....

@yuyichao
Copy link
Collaborator Author

Some of the travis builds have issue with apt-get .......

@yuyichao
Copy link
Collaborator Author

Fixed by JuliaLang/julia#15556 .

@yuyichao yuyichao closed this Mar 23, 2016
@yuyichao yuyichao deleted the workaround-llvm-typeinf branch March 23, 2016 14:50
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