MCJIT::getSymbolAddress was handling a non-fatal error condition of JITSymbol
as fatal. JITSymbol::operator bool returns false if no address is available
but no error is set. This can occur e.g. if the symbol name was not found.
Details
Details
- Reviewers
lhames
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 21224 Build 21224: arc lint + arc unit
Event Timeline
Comment Actions
Looks good to me. Thanks Jascha!
Do you have commit access? If not, do you mind if I commit on your behalf?