[all-commits] [llvm/llvm-project] 787a6d: [nvlink-wrapper] Remove use of symlinks

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Sep 27 10:08:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 787a6d57f95ff6eaee8df01392900a6eea512930
      https://github.com/llvm/llvm-project/commit/787a6d57f95ff6eaee8df01392900a6eea512930
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-09-27 (Fri, 27 Sep 2024)

  Changed paths:
    M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp

  Log Message:
  -----------
  [nvlink-wrapper] Remove use of symlinks

Summary:
This was intended to be a neat optimization, but some objects come from
archives so this won't work. I could write some code to detect if it
came from an archive but I don't think it's wroth the complexity when
this already doesn't work on Windows.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list