[all-commits] [llvm/llvm-project] a7ecf4: Explicitly state the output file.

Sterling-Augustine via All-commits all-commits at lists.llvm.org
Wed Feb 12 21:30:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a7ecf4c324eba8fd28a204f6aeb2f4971de75bdd
      https://github.com/llvm/llvm-project/commit/a7ecf4c324eba8fd28a204f6aeb2f4971de75bdd
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M lld/test/ELF/linkerscript/insert-not-exist.test

  Log Message:
  -----------
  Explicitly state the output file.

Summary:
Even though this test is a check for failure, lld still attempts
to open the final output file, which fails when the default "a.out"
file is used and the current directory is read-only. Specifying an
output file works around this problem.

Reviewers: espindola

Subscribers: emaste, MaskRay, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74523




More information about the All-commits mailing list