[PATCH] D145389: [lld][flang] Add exceptions for Flang runtime libraries on MinGW.

Markus Mützel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 02:28:52 PST 2023


mmuetzel added a comment.

Sorry again for causing that noise. I tested by compiling libblas.dll from the reference LAPACK implementation from netlib.
During that test I didn't realize that I had accidentally locked that file (by keeping it loaded with "Dependencies"). After releasing the file, I could verify that the change indeed fixes the issue. The functions from the Flang runtime are no longer exported by libblas.dll.

I don't have push access. (And I guess that wouldn't be a good idea most importantly because I'm still not very familiar with the workflow. But I'm trying to learn.)
I'd be glad if you could push this change with `Markus Mützel <markus.muetzel at gmx.de>` as the author line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145389/new/

https://reviews.llvm.org/D145389



More information about the llvm-commits mailing list