[PATCH] D151188: [LLD][COFF] Add LLVM toolchain library paths by default.

Jason via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 1 03:55:04 PDT 2023


JasonWoodArm added a comment.

Is it possible to override this behaviour ? We have an issue where we have our own FortranRuntimelib built with MT linkage and in the past I could just specify a path and -lFortranRuntime and all was well. Having just moved our machines to llvm17 this no longer works as it always overrides our libraries with the installed (MD linkage) versions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151188



More information about the cfe-commits mailing list