[PATCH] D45145: [Driver] Wire up the -f[no-]rtlib-add-rpath flag and tests

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 31 20:39:05 PDT 2018


phosek created this revision.
phosek added reviewers: rnk, pirama, bkramer, mgorny.
Herald added a subscriber: cfe-commits.

https://reviews.llvm.org/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.


Repository:
  rC Clang

https://reviews.llvm.org/D45145

Files:
  clang/lib/Driver/ToolChains/CommonArgs.cpp
  clang/test/Driver/arch-specific-libdir-rpath.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45145.140574.patch
Type: text/x-patch
Size: 5426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180401/d3e0939a/attachment.bin>


More information about the cfe-commits mailing list