[flang-commits] [flang] [flang][Driver] Support -rpath, -shared, and -static in the frontend (PR #66702)

Fangrui Song via flang-commits flang-commits at lists.llvm.org
Sun Sep 24 11:56:29 PDT 2023


MaskRay wrote:

I think Windows does not work likely because `ld` is absent in PATH. You need `-Bxxx/bin` to specify a directory that contains `ld`, but I don't remember whether `ld.exe` is needed instead.

https://github.com/llvm/llvm-project/pull/66702


More information about the flang-commits mailing list