about 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>2023-02-19 06:02:10 +0000
committerGitHub <noreply@github.com>2023-02-19 06:02:10 +0000
commitba877c4755a5c607a84ff8b261f84b3535ffe101 (patch)
tree093fd569fd3817ad0ee91e56fec41b9c3e32e1e7 /pkgs/development/compilers/llvm
parent8c0220980d71e55a20aaa6007b3c92a6f2537215 (diff)
parent61d29782b3f6c80ff1fe9bec6ae1ea4819f7eced (diff)
downloadnixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.tar
nixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.tar.gz
nixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.tar.bz2
nixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.tar.lz
nixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.tar.xz
nixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.tar.zst
nixlib-ba877c4755a5c607a84ff8b261f84b3535ffe101.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/15/compiler-rt/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/15/compiler-rt/default.nix b/pkgs/development/compilers/llvm/15/compiler-rt/default.nix
index 722a5bd90cbd..3eb3903f1670 100644
--- a/pkgs/development/compilers/llvm/15/compiler-rt/default.nix
+++ b/pkgs/development/compilers/llvm/15/compiler-rt/default.nix
@@ -45,7 +45,6 @@ stdenv.mkDerivation {
     "-DCOMPILER_RT_BUILD_SANITIZERS=OFF"
     "-DCOMPILER_RT_BUILD_XRAY=OFF"
     "-DCOMPILER_RT_BUILD_LIBFUZZER=OFF"
-    "-DCOMPILER_RT_BUILD_PROFILE=OFF"
     "-DCOMPILER_RT_BUILD_MEMPROF=OFF"
     "-DCOMPILER_RT_BUILD_ORC=OFF" # may be possible to build with musl if necessary
   ] ++ lib.optionals (useLLVM || bareMetal) [