ExecutionEngine: update to reflect LLVM API changes
authorAlex Zinenko <zinenko@google.com>
Tue, 23 Apr 2019 09:31:59 +0000 (02:31 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 24 Apr 2019 05:02:41 +0000 (22:02 -0700)
commitea86e7652e88600cceb45d2113082fbfcf7e78dd
treed147b7ca5d0a075154c7246b5b9fe8de437477e7
parent017cf6c7b8070254cded55831ce10426f761672b
ExecutionEngine: update to reflect LLVM API changes

    LLVM Orc JIT changed the API for DynamicLibrarySearchGenerator::
    GetForCurrentProcess to only take one value of the DataLayout that it actually
    uses instead of the whole data layout.  Update MLIR ExecutionEngine call to
    this function accordingly.

--

PiperOrigin-RevId: 244820235
mlir/lib/ExecutionEngine/ExecutionEngine.cpp