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

Upgrade SMACK to support LLVM 13 #784

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Upgrade SMACK to support LLVM 13 #784

wants to merge 6 commits into from

Conversation

shaobo-he
Copy link
Contributor

No description provided.

@zvonimir
Copy link
Member

Could you please resolve conflicts @shaobo-he ? Thanks!

Starting from LLVM 13, there isn't a `toString` method for APInt
that returns a std::string. Instead, it forces users to pass in
a small vector of chars to hold the results. So I change all the
old `toString` calls to a sequence of statements where a
`SmallString` is created ,passed to new `to*String` calls, and
finally gets converted to std::string using explicit conversions.
@shaobo-he
Copy link
Contributor Author

Could you please resolve conflicts @shaobo-he ? Thanks!

Done.

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