diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-10 10:50:55 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-10 10:50:55 +0000 |
commit | c70006e1fcae4b2963d8835dd28162786e25cf34 (patch) | |
tree | 23e9dba279b04bbaf82b83772728a3228cc4ab54 /llvm/lib/CodeGen/StackMaps.cpp | |
parent | 791a7e1603106fe37070492774fa62d832faab9b (diff) | |
download | llvm-c70006e1fcae4b2963d8835dd28162786e25cf34.zip llvm-c70006e1fcae4b2963d8835dd28162786e25cf34.tar.gz llvm-c70006e1fcae4b2963d8835dd28162786e25cf34.tar.bz2 |
Fix LLVM 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 installation, we should not
ask CMake to manage permissions of that directory for us. Instead, give
only our own include/llvm and include/llvm-c subdirectories to the
install(DIRECTORY) command.
Fixes PR4500. Patch by Brad King.
llvm-svn: 201075
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
0 files changed, 0 insertions, 0 deletions