tfiala added a comment.

> What is happening is that it is looking for argdumper and not finding it. 
> This happens because it is looking in the lib directory within the build 
> directory, but argdumper is in the bin directory (where it should be).


I'm not sure I would say that is accurate.  argdumper is an internal 
implementation detail binary,, and isn't meant to be a stand-alone utility.  In 
Linux, it would most properly be located in libexec.  (Older 
pre-layout-standardization would put it in lib).  So I'd expect it in lib as 
well on OS X since OS X doesn't use a libexec.

Sounds like this is probably just a cmake configuration issue.


Users:
  dawn (Auditor)

http://reviews.llvm.org/rL248338



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to