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] Bump to 0870afaaaccde5b4bae37abfc982207ffafb8332 #7318

Merged
merged 3 commits into from
Jul 14, 2024

Conversation

leonardt
Copy link
Contributor

No description provided.

@leonardt
Copy link
Contributor Author

It seems LogicalResult has moved into llvm with llvm/llvm-project@db791b2

I'm not exactly sure what's going on with the forward declaration logic, but removing them seems to resolve errors like

circt/llvm/mlir/include/mlir/IR/Diagnostics.h:490:1: error: reference to 'LogicalResult' is ambiguous
LogicalResult emitOptionalError(std::optional<Location> loc, Args &&...args) {
^
circt/llvm/mlir/include/mlir/Support/LogicalResult.h:20:13: note: candidate found by name lookup is 'mli
r::LogicalResult'
using llvm::LogicalResult;
            ^
circt/include/circt/Support/LLVM.h:168:8: note: candidate found by name lookup is 'mlir::LogicalResult'
struct LogicalResult;
       ^

Copy link
Member

@uenoku uenoku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leonardt leonardt merged commit 728a219 into main Jul 14, 2024
4 checks passed
@leonardt leonardt deleted the bump-llvm-0870afaaaccde5b4bae37abfc982207ffafb8332 branch July 14, 2024 13:23
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.

2 participants