Skip to content

Conversation

shaobo-he
Copy link
Contributor

No description provided.

@shaobo-he shaobo-he requested review from keram88 and zvonimir March 10, 2022 21:35
@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