Skip to content
  • NAKAMURA Takumi's avatar
    Fix LLVM install rules to not set permissions on include/ · c70006e1
    NAKAMURA Takumi authored
    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
    c70006e1
Loading