[all-commits] [llvm/llvm-project] bcef28: Fix resolution-err.ll

Stella Stamenova via All-commits all-commits at lists.llvm.org
Tue Apr 13 16:13:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcef28621a877805a17be2e36ddb35c4aca6609d
      https://github.com/llvm/llvm-project/commit/bcef28621a877805a17be2e36ddb35c4aca6609d
  Author: Stella Stamenova <stilis at microsoft.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M lld/test/ELF/lto/resolution-err.ll

  Log Message:
  -----------
  Fix resolution-err.ll

chmod tries to be very helpful on some platforms and prevent naive mistakes, by warning the user. This results in the following error during the test:

```chmod: ...resolution-err.ll.tmp.resolution.txt: new permissions are r--rw-rw-, not r--r--r--```

To fix the test, call chmod with u.

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




More information about the All-commits mailing list