[PATCH] D64236: [llvm-objcopy] Don't change permissions of non-regular output files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 06:12:22 PDT 2019


MaskRay updated this revision to Diff 208934.
MaskRay added a comment.

Switch to   return std::make_error_code(std::errc::not_supported);


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64236/new/

https://reviews.llvm.org/D64236

Files:
  include/llvm/Support/FileSystem.h
  lib/Support/Unix/Path.inc
  lib/Support/Windows/Path.inc
  test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test
  tools/llvm-objcopy/llvm-objcopy.cpp
  unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64236.208934.patch
Type: text/x-patch
Size: 6602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/95634d3a/attachment.bin>


More information about the llvm-commits mailing list