[ORC] Add an early out for MachOPlatform's init-scraper plugin setup.
authorLang Hames <lhames@gmail.com>
Wed, 2 Sep 2020 03:00:21 +0000 (20:00 -0700)
committerLang Hames <lhames@gmail.com>
Wed, 2 Sep 2020 03:12:23 +0000 (20:12 -0700)
commitc40ce0da7189bd2ada15725a79525da13a67f3e4
tree7fced54ffceaaf7e2edf918761fc3ae0c2a8c38d
parent7ff335a25f80b8be3a1d8dd08b30453201dac132
[ORC] Add an early out for MachOPlatform's init-scraper plugin setup.

If there's no initializer symbol in the current MaterializationResponsibility
then bail out without installing JITLink passes: they're going to be no-ops
anyway.
llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp