[lld] r331426 - Update Error Message
Rumeet Dhindsa via llvm-commits
llvm-commits at lists.llvm.org
Wed May 2 18:54:15 PDT 2018
Author: rdhindsa
Date: Wed May 2 18:54:14 2018
New Revision: 331426
URL: http://llvm.org/viewvc/llvm-project?rev=331426&view=rev
Log:
Update Error Message
https://reviews.llvm.org/D46375
Modified:
lld/trunk/test/ELF/lto/thinlto.ll
Modified: lld/trunk/test/ELF/lto/thinlto.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/thinlto.ll?rev=331426&r1=331425&r2=331426&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/thinlto.ll (original)
+++ lld/trunk/test/ELF/lto/thinlto.ll Wed May 2 18:54:14 2018
@@ -31,7 +31,7 @@
; RUN: touch %t4.o.thinlto.bc
; RUN: chmod 400 %t4.o.thinlto.bc
; RUN: ld.lld -m elf_x86_64 --plugin-opt=thinlto-index-only -shared %t.o %t4.o -o %t5 2>&1 | FileCheck %s --check-prefix=ERR
-; ERR: failed to write {{.*}}4.o.thinlto.bc: Permission denied
+; ERR: failed to write {{.*}}4.o.thinlto.bc: {{P|p}}ermission denied
; First force single-threaded mode
; RUN: rm -f %t.lto.o %t1.lto.o
More information about the llvm-commits
mailing list