[all-commits] [llvm/llvm-project] e78431: lld: use modern library search ordering

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Fri Jun 5 12:13:02 PDT 2020


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

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

  Log Message:
  -----------
  lld: use modern library search ordering

This merges the static and shared library and behaves as if
`-search_paths_first` was specified which is also the default behaviour
on ld64 (and now lld). Unify the paths, and use `llvm::sys::path` to
deal with the path to be truly agnostic to the host.




More information about the All-commits mailing list