[all-commits] [llvm/llvm-project] 6d60d8: [mlir] Use LLJIT::getMainJITDylib instead of hardc...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Feb 20 14:19:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d60d8695d2066c9ef9360603c88ce938ca65491
https://github.com/llvm/llvm-project/commit/6d60d8695d2066c9ef9360603c88ce938ca65491
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
Log Message:
-----------
[mlir] Use LLJIT::getMainJITDylib instead of hardcoding '<main>'
This fixes test failures caused by a change to the name of the main
dylib, now called 'main'. It also hardens the engine against potential
future changes to the name.
More information about the All-commits
mailing list