The following change causes the shared libraries build
(BUILD_SHARED_LIBS=On) to fail:
This patch will fix that.
Differential D88484
[mlir] Fix shared libs build awarzynski on Sep 29 2020, 6:23 AM. Authored by
Details The following change causes the shared libraries build This patch will fix that.
Diff Detail
Event TimelineComment Actions Hello, https://reviews.llvm.org/D88351 has caused our Flang buildbots to start failing:
These buildbots are not in production yet (still connected to the staging master), so no notifications are sent. We build with BUILD_SHARED_LIBS=ON and that's what stopped working. I'm not familiar with this code-base, so there might be a better solution. Do let me know and I'll update the patch. Ta! |