[all-commits] [llvm/llvm-project] 3f7c3f: [OpenMP] Handle sysroot option in offloading linke...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Mar 2 10:03:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f7c3ff90e33393b7b8a0851f6056ec1d9c164af
      https://github.com/llvm/llvm-project/commit/3f7c3ff90e33393b7b8a0851f6056ec1d9c164af
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp

  Log Message:
  -----------
  [OpenMP] Handle sysroot option in offloading linker wrapper

Summary:
This patch correctly handles the `--sysroot=` option when passed to the
linker wrapper. This allows users to correctly find libraries that may
contain offloading code if using this option.




More information about the All-commits mailing list