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

build: update llvm tag to 3a020527 #1717

Merged
merged 1 commit into from
Dec 14, 2022
Merged

build: update llvm tag to 3a020527 #1717

merged 1 commit into from
Dec 14, 2022

Conversation

ashay
Copy link
Collaborator

@ashay ashay commented Dec 14, 2022

Summary of changes:

  • Replace llvm::None with std::nullopt, since the former is deprecated
    (https://reviews.llvm.org/D139763)

  • Use setter for symbol visibility instead of passing string attribute when
    creating FuncOp


@powderluv @silvasean I am not sure if these changes are sufficient, since the ./build_tools/update_*.sh scripts fail at my end, but most of the lit and e2e tests pass. If the build fails, feel free to take over.

Summary of changes:

 - Replace `llvm::None` with `std::nullopt`, since the former is deprecated
   (https://reviews.llvm.org/D139763)

 - Use setter for symbol visibility instead of passing string attribute when
   creating FuncOp
@ashay ashay requested review from powderluv and silvasean December 14, 2022 04:04
@powderluv
Copy link
Collaborator

Ok to land if tests pass and tree is green. But will let @silvasean take over if there is more work needed for the bump.

@ashay ashay merged commit f63bb9f into main Dec 14, 2022
@ashay ashay deleted the llvm-update-3a020527 branch December 14, 2022 08:06
@silvasean
Copy link
Contributor

Hey thanks for the fixes! I was on the rotation this week but thank you for taking over :)

I will be on vacation over the weeks but I will need to do an extra rotation at some point to make up for this.

@ashay
Copy link
Collaborator Author

ashay commented Dec 14, 2022

No worries! It's too bad that the green commit wasn't ready to be published early like y'all had requested, so I figured I'd go ahead and do the LLVM bump as soon as the commit hash was known.

@powderluv
Copy link
Collaborator

Thank you

PriyaBSavithiri pushed a commit to PriyaBSavithiri/mcw-torch-mlir that referenced this pull request Dec 15, 2022
Summary of changes:

 - Replace `llvm::None` with `std::nullopt`, since the former is deprecated
   (https://reviews.llvm.org/D139763)

 - Use setter for symbol visibility instead of passing string attribute when
   creating FuncOp
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