]> granicus.if.org Git - clang/commit
[Driver] Wire up the -f[no-]rtlib-add-rpath flag and tests
authorPetr Hosek <phosek@chromium.org>
Mon, 2 Apr 2018 23:36:14 +0000 (23:36 +0000)
committerPetr Hosek <phosek@chromium.org>
Mon, 2 Apr 2018 23:36:14 +0000 (23:36 +0000)
commit9e2687706e20386d99295ac5b755a0ac80213fcb
tree2231f96a088f5b42949269808c69b946964150a1
parenteac0d1f5ed28c6a99d2356ca854bd35e63838f37
[Driver] Wire up the -f[no-]rtlib-add-rpath flag and tests

D30700 added the -f[no-]rtlib-add-rpath flag, but that flag was never
wired up in the driver and tests were updated to check whether it
actually does anything. This patch wires up the flag and updates test.

Differential Revision: https://reviews.llvm.org/D45145

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329032 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/CommonArgs.cpp
test/Driver/arch-specific-libdir-rpath.c