./lang/libunwind, LLVM libunwind

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 16.0.6, Package name: libunwind-16.0.6, Maintainer: pkgsrc-users

LLVM libunwind


Required to build:
[pkgtools/cwrappers] [lang/llvm]

Master sites:

Filesize: 112.336 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-01 23:14:58 by Jason Bacon | Files touched by this commit (1)
Log message:
lang/libunwind: Unbreak on RHEL 8

USE_GCC=10 was causing build failures
No changes to package on other platforms
   2023-12-01 19:27:23 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libunwind: Use correct flags to link.

The configure script only tests if CXX supports various flags, but then uses
CC to compile and link various objects.  While compiling only issues warnings
about incorrect flags, attempting to link with the wrong front end causes
fatal errors.

Specifically fixes trying to link with gcc using "-nostdlib++".
   2023-10-06 21:15:21 by Adam Ciarcinski | Files touched by this commit (53) | Package updated
Log message:
llvm: updated to 16.0.6

https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html
   2023-09-28 23:33:10 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
libunwind doesn't need LLVM to build.
   2023-05-02 20:19:24 by Nikita | Files touched by this commit (4)
Log message:
compiler-rt, wasi-libcxx, wasi-compiler-rt, libunwind: restrict bl3 while 16 is \ 
in wip
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2023-01-12 23:47:25 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libunwind: update patch after comments from CMake developer

add new bug report URL
   2023-01-12 20:32:54 by Adam Ciarcinski | Files touched by this commit (15) | Package updated
Log message:
llvm: updated to 15.0.7

LLVM 15.0.7 is now available. This release is a bug-fix release and is API and \ 
ABI compatible with 15.0.0. If there are no major issues found with this \ 
release, then it will be the last 15.0.x release.