[llvm] r292171 - [Object] Fixup permissions of input files.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 15:28:59 PST 2017


Author: davide
Date: Mon Jan 16 17:28:58 2017
New Revision: 292171

URL: http://llvm.org/viewvc/llvm-project?rev=292171&view=rev
Log:
[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.

Modified:
    llvm/trunk/test/Object/Inputs/phdr-note.elf-x86-64   (contents, props changed)
    llvm/trunk/test/Object/Inputs/phdrs.elf-x86-64   (contents, props changed)

Modified: llvm/trunk/test/Object/Inputs/phdr-note.elf-x86-64
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/Inputs/phdr-note.elf-x86-64?rev=292171&r1=292170&r2=292171&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/Object/Inputs/phdr-note.elf-x86-64
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*

Modified: llvm/trunk/test/Object/Inputs/phdrs.elf-x86-64
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/Inputs/phdrs.elf-x86-64?rev=292171&r1=292170&r2=292171&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/Object/Inputs/phdrs.elf-x86-64
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*




More information about the llvm-commits mailing list