[Lldb-commits] [PATCH] D43512: DWZ 11/11: Fix for symlinked .build-id/**.debug files

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 21 08:44:19 PST 2018


labath added inline comments.


================
Comment at: source/Host/common/Symbols.cpp:288-290
         if (llvm::sys::fs::equivalent(file_spec.GetPath(),
                                       module_file_spec.GetPath()))
           continue;
----------------
Do we need to check the equivalentness twice? My impression is that this function "sees through" symlinks (and even if it didn't, doing it post-resolve should be enough).


https://reviews.llvm.org/D43512





More information about the lldb-commits mailing list