[all-commits] [llvm/llvm-project] eff6e7: [LLD][ELF] Correct test temporary file paths

Jeremy Morse via All-commits all-commits at lists.llvm.org
Wed Jan 20 03:46:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eff6e75c3f7c5471f0326526dc3f0b8b10f8a4df
      https://github.com/llvm/llvm-project/commit/eff6e75c3f7c5471f0326526dc3f0b8b10f8a4df
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M lld/test/ELF/wrap-shlib-undefined.s

  Log Message:
  -----------
  [LLD][ELF] Correct test temporary file paths

In 8031785f4a7ebd the temporary object being built was moved to %t/main.o,
but not all run lines were updated to reflect this. Observe the failure
on this buildbot:

  http://lab.llvm.org:8011/#/builders/5/builds/3646/steps/9/logs/stdio

It might pass locally for some people due to a stale %t.o hanging around
the build directory.




More information about the All-commits mailing list