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

Avoid problematic test case of llvm6 on Android #56272

Closed
wants to merge 1 commit into from

Conversation

nomeata
Copy link
Contributor

@nomeata nomeata commented Feb 24, 2019

a test case in llvm, introduced by upstream in
llvm-mirror/llvm@12d09b0
checks the generated code for the string and. When building with Android as
the target platform, this string shows up there, and the tail fails
(erroneously). So we disable this single unit test in this case (by deleting it).

Fixes #56156

@matthewbauer
Copy link
Member

Looks okay to me. But the fact we even have to rebuild llvm at all for android is a problem. Llvm is built for every backend it supports so we should be able to use the llvm from the binary cache.

@GrahamcOfBorg GrahamcOfBorg added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants