masaori335 opened a new pull request, #9141: URL: https://github.com/apache/trafficserver/pull/9141
While I'm trying mimalloc (and jemalloc) with llvm toolchain (`lld`), I got the below error. ``` ld.lld: error: unknown argument '--add-needed' ``` It looks like `lld` doesn't support this option. Also `ld` deprecated this option. > --add-needed --no-add-needed These two options have been deprecated because of the similarity of their names to the --as-needed and --no-as-needed options. They have been replaced by --copy-dt-needed-entries and --no-copy-dt-needed-entries. https://sourceware.org/binutils/docs/ld/Options.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
