From: Davide Italiano Date: Mon, 16 Jan 2017 23:28:58 +0000 (+0000) Subject: [Object] Fixup permissions of input files. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fb192ef5a07c1980da2e575d97b15587bfa9aad;p=llvm [Object] Fixup permissions of input files. They just need to be read/dumped, so no need to set the exec bit on any of them. NFCI, I guess. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292171 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Object/Inputs/phdr-note.elf-x86-64 b/test/Object/Inputs/phdr-note.elf-x86-64 old mode 100755 new mode 100644 diff --git a/test/Object/Inputs/phdrs.elf-x86-64 b/test/Object/Inputs/phdrs.elf-x86-64 old mode 100755 new mode 100644