Skip to content

Commit

Permalink
llvmPackages_15: misc fixes, notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbutani committed Jan 27, 2023
1 parent 8f16b4b commit f8cbbdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/compilers/llvm/15/clang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ let
sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
-e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \
lib/Driver/ToolChains/*.cpp
# Patch for standalone doc building
sed -i '1s,^,find_package(Sphinx REQUIRED)\n,' docs/CMakeLists.txt
'' + lib.optionalString stdenv.hostPlatform.isMusl ''
sed -i -e 's/lgcc_s/lgcc_eh/' lib/Driver/ToolChains/*.cpp
'';
Expand Down
3 changes: 3 additions & 0 deletions pkgs/development/compilers/llvm/15/lldb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
, lua5_3
}:

# TODO: we build the python bindings but don't expose them as a python package
# TODO: expose the vscode extension?

stdenv.mkDerivation (rec {
pname = "lldb";
inherit version;
Expand Down

0 comments on commit f8cbbdd

Please sign in to comment.