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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 24 11:56:30 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 cfe-commits mailing list