- Add support -Bdynamic/-Bstatic and their aliases
- Add support for --library and --library-path long form args
- Add test based on test/ELF/libsearch.s
- In -Bdynamic mode search for .so files in preference to .a.
- Unlike ELF continue to default to static mode until -pie or -shared are used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Should we default to static here?