LLDB builds with a fixed revision of clang. To find the revision you can use 
grep:

% grep _revision scripts/build-llvm.pl
our $llvm_revision = "152265";
our $clang_revision = "152265";
...

If you use anything else, it is up to you to try and make it work. The top of 
tree LLVM/Clang has made major changes to the way classes are lazily completed 
which completely breaks debugging, so top of tree is not a viable llvm/clang to 
use right now until we have time to work out all of the details.

Greg Clayton

On Apr 15, 2012, at 9:24 PM, Tyagi wrote:

> Hi All, 
> 
> I am working with LLVM 3.0, please tell me the compatible version of LLDB with
> llvm 3.0? 
> 
> thanks
> Tyagi
> 
> _______________________________________________
> lldb-dev mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to