summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-15 18:30:31 +0000
committerGitHub <noreply@github.com>2021-05-15 18:30:31 +0000
commitc10600230eab03563ed16c6f73ae16437cb69471 (patch)
tree76bb72d04c8cfd2f494f169c2c5a3d49ee004d49 /pkgs/development/compilers/llvm
parentd151b2fb41340951e56d205e084e5ec0014a95e3 (diff)
parentf1b78f86182a4372a4dd1b79301f01eebcd3b49d (diff)
downloadnixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.gz
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.bz2
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.lz
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.xz
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.tar.zst
nixpkgs-c10600230eab03563ed16c6f73ae16437cb69471.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/10/compiler-rt/gnu-install-dirs.patch2
-rw-r--r--pkgs/development/compilers/llvm/11/compiler-rt/gnu-install-dirs.patch2
-rw-r--r--pkgs/development/compilers/llvm/12/compiler-rt/gnu-install-dirs.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/llvm/10/compiler-rt/gnu-install-dirs.patch b/pkgs/development/compilers/llvm/10/compiler-rt/gnu-install-dirs.patch
index 7bc835914a3..db0bd006eaf 100644
--- a/pkgs/development/compilers/llvm/10/compiler-rt/gnu-install-dirs.patch
+++ b/pkgs/development/compilers/llvm/10/compiler-rt/gnu-install-dirs.patch
@@ -19,7 +19,7 @@ index 35a48c6af29c..e4300f256091 100644
    # Install in Clang resource directory.
    install(FILES ${file_name}
 -    DESTINATION ${COMPILER_RT_INSTALL_PATH}/share
-+    DESTINATION ${COMPILER_RT_INSTALL_PATH}/${CMAKE_INSTALL_FULL_INCLUDEDIR}
++    DESTINATION ${COMPILER_RT_INSTALL_PATH}/${CMAKE_INSTALL_FULL_DATADIR}
      COMPONENT ${component})
    add_dependencies(${component} ${target_name})
  
diff --git a/pkgs/development/compilers/llvm/11/compiler-rt/gnu-install-dirs.patch b/pkgs/development/compilers/llvm/11/compiler-rt/gnu-install-dirs.patch
index 1d1ebb570ce..91e20882929 100644
--- a/pkgs/development/compilers/llvm/11/compiler-rt/gnu-install-dirs.patch
+++ b/pkgs/development/compilers/llvm/11/compiler-rt/gnu-install-dirs.patch
@@ -19,7 +19,7 @@ index 7c127a93dfa7..6a95a65b70a7 100644
    # Install in Clang resource directory.
    install(FILES ${file_name}
 -    DESTINATION ${COMPILER_RT_INSTALL_PATH}/share
-+    DESTINATION ${COMPILER_RT_INSTALL_PATH}/${CMAKE_INSTALL_FULL_INCLUDEDIR}
++    DESTINATION ${COMPILER_RT_INSTALL_PATH}/${CMAKE_INSTALL_FULL_DATADIR}
      COMPONENT ${component})
    add_dependencies(${component} ${target_name})
  
diff --git a/pkgs/development/compilers/llvm/12/compiler-rt/gnu-install-dirs.patch b/pkgs/development/compilers/llvm/12/compiler-rt/gnu-install-dirs.patch
index c18d7924890..5f025764de1 100644
--- a/pkgs/development/compilers/llvm/12/compiler-rt/gnu-install-dirs.patch
+++ b/pkgs/development/compilers/llvm/12/compiler-rt/gnu-install-dirs.patch
@@ -19,7 +19,7 @@ index 361538a58e47..f0d8d9ab80f1 100644
    # Install in Clang resource directory.
    install(FILES ${file_name}
 -    DESTINATION ${COMPILER_RT_INSTALL_PATH}/share
-+    DESTINATION ${COMPILER_RT_INSTALL_PATH}/${CMAKE_INSTALL_FULL_INCLUDEDIR}
++    DESTINATION ${COMPILER_RT_INSTALL_PATH}/${CMAKE_INSTALL_FULL_DATADIR}
      COMPONENT ${component})
    add_dependencies(${component} ${target_name})