This is an archive of the discontinued LLVM Phabricator instance.

Fix llvm_unreachable being tripped in ExecutionEngine
ClosedPublic

Authored by bmoody on Jan 17 2018, 12:10 AM.

Details

Reviewers
lhames
Summary

Add handling for GlobalAliases in ExecutionEngine::getConstantValue.

Diff Detail

Event Timeline

bmoody created this revision.Jan 17 2018, 12:10 AM
lhames accepted this revision.May 23 2018, 4:25 PM

Looks good to me. Do you have commit access? If not I can commit on your behalf.

This revision is now accepted and ready to land.May 23 2018, 4:25 PM

I don't have commit access, you're welcome to commit on my behalf. Thanks!

lhames closed this revision.May 24 2018, 2:36 PM

Committed in r333217. Thanks Brad!