diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-10 10:51:09 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-10 10:51:09 +0000 |
commit | 3686e38c3d74df38092855a1d12398b5dee9f0a9 (patch) | |
tree | 91e7965519e03490b979fe080416b6781093f9f6 /llvm/lib/CodeGen/StackMaps.cpp | |
parent | c70006e1fcae4b2963d8835dd28162786e25cf34 (diff) | |
download | llvm-3686e38c3d74df38092855a1d12398b5dee9f0a9.zip llvm-3686e38c3d74df38092855a1d12398b5dee9f0a9.tar.gz llvm-3686e38c3d74df38092855a1d12398b5dee9f0a9.tar.bz2 |
Fix Clang install rules to not set permissions on include/
The CMake install(DIRECTORY) command documents that it sets permissions
on directories it is asked to install. Since the <prefix>/include
directory may not be exclusive to the LLVM/Clang installation, we should
not ask CMake to manage permissions of that directory for us. Instead,
give only our own include/clang and include/clang-c subdirectories to
the install(DIRECTORY) command.
Fixes PR4500. Patch by Brad King.
llvm-svn: 201076
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
0 files changed, 0 insertions, 0 deletions