[all-commits] [llvm/llvm-project] 922bf5: [Driver][Gnu] Delete unneeded -Bstatic dispatch fo...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Oct 19 15:24:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 922bf57fc8fe41ebcbbe581a7c8e730fbebf572f
https://github.com/llvm/llvm-project/commit/922bf57fc8fe41ebcbbe581a7c8e730fbebf572f
Author: Fangrui Song <i at maskray.me>
Date: 2021-10-19 (Tue, 19 Oct 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
Log Message:
-----------
[Driver][Gnu] Delete unneeded -Bstatic dispatch for arm/thumb
Historically -static and -Bstatic are synonym.
gold made the semantics of -static slightly stronger but that does not matter.
More information about the All-commits
mailing list