[all-commits] [llvm/llvm-project] 116e38: lld: add basic static library search

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Wed Jun 3 16:32:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 116e38fd8b89fb20279cbf7edb4a49a7ab5c7764
      https://github.com/llvm/llvm-project/commit/116e38fd8b89fb20279cbf7edb4a49a7ab5c7764
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M lld/MachO/Driver.cpp
    A lld/test/MachO/static-link.s

  Log Message:
  -----------
  lld: add basic static library search

This is a very basic static library search addition. This is the pre-Xcode4
behaviour of searching all paths for the shared version before searching for
the static version of the library. This behaviour is supposed to be inverted
with `-search_paths_first` being the default. This adds the library search
with the intention of providing the setup to merge the paths into one path
and making it controllable by `OPT_search_paths_first`.




More information about the All-commits mailing list