[mlir][async] Mark exported symbols of runtime lib as visible.
The async runtime library explicitly registers the symbols it exports with the loading mechanism of the execution engine. This even works even though these symbols were marked as hidden in the library. However, if used outside the execution engine, such as with `lli --dlopen` or if AOT compiled, these hidden symbols would not be found. This patch thus marks all symbols that are part of the API as visible. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D153348
parent
b6979698
Please register or sign in to comment