[PATCH] D100417: Fix resolution-err.ll

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


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbcef28621a87: Fix resolution-err.ll (authored by stella.stamenova).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100417/new/

https://reviews.llvm.org/D100417

Files:
  lld/test/ELF/lto/resolution-err.ll


Index: lld/test/ELF/lto/resolution-err.ll
===================================================================
--- lld/test/ELF/lto/resolution-err.ll
+++ lld/test/ELF/lto/resolution-err.ll
@@ -2,7 +2,7 @@
 ; REQUIRES: shell
 ; RUN: llvm-as %s -o %t.bc
 ; RUN: touch %t.resolution.txt
-; RUN: chmod -w %t.resolution.txt
+; RUN: chmod u-w %t.resolution.txt
 ; RUN: not ld.lld -save-temps %t.bc -o %t 2>&1 | FileCheck -DMSG=%errc_EACCES %s
 ; RUN: rm -f %t.resolution.txt
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100417.337284.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210413/83b4db07/attachment.bin>


More information about the llvm-commits mailing list