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

[LLVM] Add missing override to GetFormat and GetPropertyMask #14470

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

kparzysz-quic
Copy link
Contributor

These functions are virtual, and some of the overrides were not marked as either final or override causing compilation warnings.

These functions are virtual, and some of the overrides were not marked
as either `final` or `override` causing compilation warnings.
@tvm-bot
Copy link
Collaborator

tvm-bot commented Apr 3, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to tag found in teams: llvm See #10317 for details

Generated by tvm-bot

@kparzysz-quic
Copy link
Contributor Author

The CPU build failure is due to

failed to fetch `[https://github.com/rust-lang/crates.io-index`](https://github.com/rust-lang/crates.io-index%60)

@tqchen
Copy link
Member

tqchen commented Apr 3, 2023

We can temp disable rust tests to unlock CI

@tqchen
Copy link
Member

tqchen commented Apr 4, 2023

@tvm-bot rerun

@tqchen tqchen merged commit 73ca486 into apache:main Apr 5, 2023
@kparzysz-quic kparzysz-quic deleted the missing-override branch July 5, 2023 12:08
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.

3 participants