diff options
| author | Rumeet Dhindsa <rdhindsa@google.com> | 2018-05-03 01:54:14 +0000 |
|---|---|---|
| committer | Rumeet Dhindsa <rdhindsa@google.com> | 2018-05-03 01:54:14 +0000 |
| commit | 437f66d06d68d000edd52547709ee8f19d0e499b (patch) | |
| tree | ca8f23b350d29f89dfc58a351bd06c557397e8ee | |
| parent | edb6ff8c06f02b91e5001b6454299ba5f3931be5 (diff) | |
| download | bcm5719-llvm-437f66d06d68d000edd52547709ee8f19d0e499b.tar.gz bcm5719-llvm-437f66d06d68d000edd52547709ee8f19d0e499b.zip | |
Update Error Message
https://reviews.llvm.org/D46375
llvm-svn: 331426
| -rw-r--r-- | lld/test/ELF/lto/thinlto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/thinlto.ll b/lld/test/ELF/lto/thinlto.ll index c06f7b7d97a..a37ad257198 100644 --- 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: 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 |

