Skip to content

Commit

Permalink
llvm_15: reenable libclang_rt.profile-....a build on musl (#217042)
Browse files Browse the repository at this point in the history
This was lost because of a bad merge
  • Loading branch information
yu-re-ka authored Feb 19, 2023
1 parent af416d5 commit e27be43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/compilers/llvm/15/compiler-rt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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) [
Expand Down

0 comments on commit e27be43

Please sign in to comment.