[all-commits] [llvm/llvm-project] bcc05c: [Clang] Remove flaky test line from linker wrapper...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Jan 23 05:16:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcc05cbfa8088db8ddb4beeea066147c2dc334ba
      https://github.com/llvm/llvm-project/commit/bcc05cbfa8088db8ddb4beeea066147c2dc334ba
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M clang/test/Driver/linker-wrapper.c

  Log Message:
  -----------
  [Clang] Remove flaky test line from linker wrapper test

Summary:
This test is a little flaky and isn't as necessary anymore now that we
only generate one temporary file.


  Commit: 6f96dadb7a5b1593a0b6348539f66f7e945f2561
      https://github.com/llvm/llvm-project/commit/6f96dadb7a5b1593a0b6348539f66f7e945f2561
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    R clang/docs/ClangNvlinkWrapper.rst
    R clang/docs/ClangOffloadWrapper.rst
    M clang/lib/Driver/ToolChains/CommonArgs.cpp

  Log Message:
  -----------
  [Clang][NFC] Remove documentation and mentions of deleted tools

Summary:
These tools were deleted since LLVM 15. They are no longer present so we
should damnatio memoriae.


Compare: https://github.com/llvm/llvm-project/compare/ed9806363beb...6f96dadb7a5b


More information about the All-commits mailing list