llvm::to_integer appeared in r303011.
I suggest to use to_integer everywhere in LLD instead getAsInteger() because
API of latter is confusing. It returns true on error and false otherwise what makes
reading the code incomfortable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM