projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb6ff8
)
Update Error Message
author
Rumeet Dhindsa
<rdhindsa@google.com>
Thu, 3 May 2018 01:54:14 +0000
(
01:54
+0000)
committer
Rumeet Dhindsa
<rdhindsa@google.com>
Thu, 3 May 2018 01:54:14 +0000
(
01:54
+0000)
https://reviews.llvm.org/D46375
llvm-svn: 331426
lld/test/ELF/lto/thinlto.ll
patch
|
blob
|
history
diff --git
a/lld/test/ELF/lto/thinlto.ll
b/lld/test/ELF/lto/thinlto.ll
index
c06f7b7
..
a37ad25
100644
(file)
--- a/
lld/test/ELF/lto/thinlto.ll
+++ b/
lld/test/ELF/lto/thinlto.ll
@@
-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:
P
ermission 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