https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276597
--- Comment #10 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5c38ea60a04199dae2c6e5db82461e7275c7def6 commit 5c38ea60a04199dae2c6e5db82461e7275c7def6 Author: Dimitry Andric <[email protected]> AuthorDate: 2024-01-27 21:51:08 +0000 Commit: Dimitry Andric <[email protected]> CommitDate: 2024-01-27 21:51:08 +0000 Add libllvm and liblldb source files to enable WITH_ASAN build This is another part of fixing the WITH_ASAN build. Some additional source files had to be added to libllvm and liblldb, since the ASan instrumentation causes symbols in those files to be referenced. Reported by: markj PR: 276597 MFC after: 3 days lib/clang/liblldb/Makefile | 5 +++++ lib/clang/libllvm/Makefile | 2 ++ 2 files changed, 7 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
