[all-commits] [llvm/llvm-project] 18b6e2: [Driver] Replace usage of -Bshareable linker flag ...
Brad Smith via All-commits
all-commits at lists.llvm.org
Sun Sep 10 01:36:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18b6e2139ff8520bb33c3057ae6794a4cf6822e9
https://github.com/llvm/llvm-project/commit/18b6e2139ff8520bb33c3057ae6794a4cf6822e9
Author: Brad Smith <brad at comstyle.com>
Date: 2023-09-10 (Sun, 10 Sep 2023)
Changed paths:
M clang/lib/Driver/ToolChains/DragonFly.cpp
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/lib/Driver/ToolChains/NetBSD.cpp
M clang/test/Driver/freebsd.c
M clang/test/Driver/netbsd.c
Log Message:
-----------
[Driver] Replace usage of -Bshareable linker flag with -shared (#65842)
The two flags mean the same thing for the bfd / lld linkers so just use
the same flag consistently everywhere.
More information about the All-commits
mailing list