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 wor
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf744f0b84e2: [LLD][COFF] Add LLVM toolchain library paths
by default. (authored by thieta).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LA
thieta updated this revision to Diff 540344.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
Files:
clang/lib/Driver/Driver.cpp
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/docs/ReleaseNotes.rst
lld/
mstorsjo added a comment.
Maybe add a release note for this too? It's rather significant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
___
cfe-commits mailin
mstorsjo accepted this revision.
mstorsjo added a comment.
LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
___
cfe-commits mailing list
cfe-commit
thieta marked 6 inline comments as done.
thieta added a comment.
- Split the relative patch to this diff https://reviews.llvm.org/D155268
- Added some comments in both Clang and LLD
- Fixed some code style.
- Removed stray changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
thieta updated this revision to Diff 540304.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
Files:
clang/lib/Driver/Driver.cpp
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/test/COFF/print-search-paths
thieta updated this revision to Diff 540302.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
Files:
clang/lib/Driver/Driver.cpp
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/test/COFF/print-search-paths
thieta updated this revision to Diff 540301.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151188/new/
https://reviews.llvm.org/D151188
Files:
clang/lib/Driver/Driver.cpp
lld