Commit Graph

19 Commits

Author SHA1 Message Date
Martin Weinelt
02b1c83146
Merge pull request #294950 from mweinelt/dump_syms-2.3.1
dump_syms: 2.3.0 -> 2.3.1
2024-03-22 03:41:35 +01:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
a99657c1d4
dump_syms: 2.3.0 -> 2.3.1
https://github.com/mozilla/dump_syms/releases/tag/v2.3.1
2024-03-11 12:21:34 +01:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
annalee
921136781d
dump_syms: add SystemConfiguration to fix darwin build 2024-03-10 05:01:34 +00:00
Martin Weinelt
4f700901bd
dump_syms: 2.2.2 -> 2.3.0
https://github.com/mozilla/dump_syms/releases/tag/v2.3.0
2024-03-06 16:47:34 +01:00
Ivan Petkov
904913ee16
dump_syms: fix building with LLVM 16
Builds were broken on Darwin with
https://github.com/nixos/nixpkgs/pull/241692, so this applies the
workaround from https://github.com/nixos/nixpkgs/issues/166205
2023-12-11 15:02:33 -08:00
Martin Weinelt
aa638f29ef
dump_syms: 2.2.1 -> 2.2.2
https://github.com/mozilla/dump_syms/releases/tag/v2.2.2
2023-09-13 17:40:05 +02:00
Martin Weinelt
05e81f88b2
dump_syms: 2.2.0 -> 2.2.1
Diff: https://github.com/mozilla/dump_syms/compare/v2.2.0...v2.2.1

Changelog: https://github.com/mozilla/dump_syms/releases/tag/v2.2.1
2023-03-13 16:25:14 +01:00
Martin Weinelt
72d1c11b1e dump_syms: 2.1.1 -> 2.2.0
Diff: https://github.com/mozilla/dump_syms/compare/v2.1.1...v2.2.0

Changelog: https://github.com/mozilla/dump_syms/releases/tag/v2.2.0
2023-02-04 16:26:57 +01:00
Martin Weinelt
f6d2d55631 dump_syms: 2.1.0 -> 2.1.1
https://github.com/mozilla/dump_syms/releases/tag/v2.1.1
2022-11-30 00:26:09 +01:00
Martin Weinelt
29eceb2273
dump_syms: Add consumers into passthru.tests 2022-11-18 22:30:05 +01:00
Martin Weinelt
8fcfff7387
dump_syms: 2.0.0 -> 2.1.0
https://github.com/mozilla/dump_syms/releases/tag/v2.1.0
2022-11-18 22:29:44 +01:00
Martin Weinelt
d77432260a
dump_syms: 1.0.1 -> 2.0.0
https://github.com/mozilla/dump_syms/releases/tag/v2.0.0
2022-08-18 15:51:24 +02:00
Martin Weinelt
d3564429d5
dump_syms: 1.0.0 -> 1.0.1
https://github.com/mozilla/dump_syms/releases/tag/v1.0.1
2022-05-25 17:46:23 +02:00
Martin Weinelt
183bd9e940
dump_syms: unstable-2022-05-05 -> 1.0.0
https://github.com/mozilla/dump_syms/releases/tag/v1.0.0
2022-05-24 22:31:00 +02:00
Martin Weinelt
13d03f19ad
dump_syms: fix build on darwin 2022-05-17 14:40:13 +02:00
Martin Weinelt
354b731b63
dump_syms: init at unstable-2022-05-05 2022-05-13 17:31:39 +02:00