Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2020 19:58:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 250702] c++filt crashes on a symbol representing a C++ lambda function
Message-ID:  <bug-250702-29464-78trKHlOvI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250702-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250702-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250702

--- Comment #16 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: dim
Date: Tue Nov  3 19:57:30 UTC 2020
New revision: 367304
URL: https://svnweb.freebsd.org/changeset/base/367304

Log:
  Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filt

  Since elftoolchain's cxxfilt is rather far behind on features, and we
  ran into several bugs, add an option to use llvm-cxxfilt as an drop-in
  replacement.

  It supports the same options as elftoolchain cxxfilt, though it doesn't
  have support for old ARM (C++ Annotated Reference Manual, not the CPU)
  and GNU v2 manglings. But these are irrelevant in 2020.

  Note: as we already compile the required libraries as part of libllvm,
  this will not add any significant build time either.

  PR:           250702
  Reviewed by:  emaste, yuri
  Differential Revision: https://reviews.freebsd.org/D27071
  MFC after:    2 weeks

Changes:
  head/share/man/man5/src.conf.5
  head/share/mk/src.opts.mk
  head/tools/build/options/WITHOUT_LLVM_CXXFILT
  head/tools/build/options/WITH_LLVM_CXXFILT
  head/usr.bin/Makefile
  head/usr.bin/clang/Makefile
  head/usr.bin/clang/llvm-cxxfilt/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250702-29464-78trKHlOvI>