[PATCH] D83015: [Driver] Add -fld-path= and deprecate -fuse-ld=/abs/path and -fuse-ld=rel/path

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 17:50:47 PDT 2020


MaskRay created this revision.
MaskRay added reviewers: echristo, jyknight, martell, theraven, whitequark.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Supersedes D80225 <https://reviews.llvm.org/D80225>. Add -fld-path= to avoid strange target specific
prefixes and make -fuse-ld= focus on its intended job: "linker flavor".


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83015

Files:
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChain.cpp
  clang/test/Driver/fld-path.c
  clang/test/Driver/fuse-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83015.274973.patch
Type: text/x-patch
Size: 6298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200702/9755ba53/attachment-0001.bin>


More information about the cfe-commits mailing list