This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove mlir_c_runner_utils_static.
ClosedPublic

Authored by csigg on Jan 28 2021, 6:29 AM.

Details

Summary

The library is not actually static when BUILD_SHARED_LIBS is on, and tests need to explicitly load it already. Also, the shared objects it was linked to did not use any symbols from it and it was therefore never linked to it.

Diff Detail

Event Timeline

csigg created this revision.Jan 28 2021, 6:29 AM
csigg requested review of this revision.Jan 28 2021, 6:29 AM
ftynse accepted this revision.Jan 28 2021, 8:47 AM
This revision is now accepted and ready to land.Jan 28 2021, 8:47 AM
This revision was automatically updated to reflect the committed changes.