[Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Ed Maste
emaste at freebsd.org
Mon Jul 27 12:41:36 PDT 2015
emaste added a subscriber: emaste.
================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:153
@@ +152,3 @@
+// distributed builds.
+static const char* comp_dir_symlinks[] = {"/proc/self/cwd"};
+
----------------
This is Linux-specific, it shouldn't be done unconditionally in here
http://reviews.llvm.org/D11357
More information about the lldb-commits
mailing list