Issue 131253
Summary [LLD] Support --print-dependencies
Labels lld
Assignees
Reporter ogiekako
    [mold](https://github.com/rui314/mold/blob/main/docs/mold.md) has --print-dependencies flag, which is useful for analyzing file to file or function to function dependencies. An example use case of the flag is to build a dependency graph and mechanically detect unused files/functions.

I'd appreciate it if lld supports the equivalent functionality. I could use mold, but my project doesn't/won't officially support it, so using it is risky.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to