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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: teijeong, rdzhabarov, tatianashp and 16 others. · View Herald TranscriptJan 28 2021, 6:29 AM
This revision is now accepted and ready to land.Jan 28 2021, 8:47 AM
Closed by commit rG27924b126329: [mlir] Remove mlir_c_runner_utils_static. (authored by csigg). · Explain WhyJan 29 2021, 6:05 AM
This revision was automatically updated to reflect the committed changes.