-
Notifications
You must be signed in to change notification settings - Fork 103
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
CIRAsm build failure due to upstream change #1254
Comments
@lanza I will!! Today or tomorrow |
@lanza
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started a rebase the other day and hit a build failure on llvm/llvm-project@9df63b2. 5e80a81 conflicts with it due to the operand type being
llvm::SmallVector<llvm::ArrayRef<mlir::ValueRange>>>
. I'm not really sure what the problem is here. Any chance you could take a look @gitoleg?I pushed the branch to state of the rebase to this branch https://github.com/llvm/clangir/tree/asm_build_failure.
The text was updated successfully, but these errors were encountered: