[Lldb-commits] [lldb] r222075 - For some reason, sometimes the directory paths that clang emits have internal

2014-11-14 Thread Jim Ingham
Author: jingham Date: Fri Nov 14 19:54:26 2014 New Revision: 222075 URL: http://llvm.org/viewvc/llvm-project?rev=222075view=rev Log: For some reason, sometimes the directory paths that clang emits have internal relative paths, like: /whatever/llvm/lib/Sema/../../include/llvm/Sema/ That causes

Re: [Lldb-commits] [lldb] r222075 - For some reason, sometimes the directory paths that clang emits have internal

2014-11-14 Thread Zachary Turner
You might check if llvm has a method to remove all the dots and stuff already. I think it does, but I could be wrong. On Fri Nov 14 2014 at 5:58:15 PM Jim Ingham jing...@apple.com wrote: Author: jingham Date: Fri Nov 14 19:54:26 2014 New Revision: 222075 URL: