]> granicus.if.org Git - clang/commit
[Driver] Delete --no-add-needed for RHEL7 or newer
authorFangrui Song <maskray@google.com>
Fri, 12 Jul 2019 06:46:47 +0000 (06:46 +0000)
committerFangrui Song <maskray@google.com>
Fri, 12 Jul 2019 06:46:47 +0000 (06:46 +0000)
commita56b827e7e6e74ab8ededb50640c73e1169fcb1a
tree212cdd6f8b2815c8917ed61a99739f053405054b
parentacda1b63debae8cdf0cd837ded616815063eefd2
[Driver] Delete --no-add-needed for RHEL7 or newer

This is really not needed. gcc driver doesn't add this option.
BTW, since binutils 2.22, --no-copy-dt-needed-entries (new name of
--no-add-needed) is the default.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Linux.cpp