Page MenuHomeFreeBSD

build: Retire LLVM_CXXFILT option
ClosedPublic

Authored by emaste on Mar 4 2026, 7:19 PM.
Tags
None
Referenced Files
F159355856: D55654.diff
Sat, Jun 13, 5:41 AM
Unknown Object (File)
Sun, Jun 7, 9:46 AM
Unknown Object (File)
Sun, May 17, 8:00 PM
Unknown Object (File)
Sun, May 17, 8:00 PM
Unknown Object (File)
Thu, May 14, 2:53 PM
Unknown Object (File)
May 14 2026, 12:40 AM
Unknown Object (File)
May 13 2026, 9:29 PM
Unknown Object (File)
May 11 2026, 8:44 AM
Subscribers

Details

Summary
The LLVM_CXXFILT option was added when we used ELF Tool Chain tools by
default, because ELF Tool Chain's c++filt failed to demangle some
symbols.  It became the default in commit 9fa94e1c099d ("Turn on
WITH_LLVM_CXXFILT by default").

We now use LLVM binutils by default, and we can simplify the build logic
by moving llvm-cxxfilt under that build option.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped