Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-27 Thread Sean Callanan
I have some cycles to look at this while I’m doing a build. The original patch that brought this in is – Author: spyffe Date: Wed Apr 13 21:01:31 2011 New Revision: 129500 URL: http://llvm.org/viewvc/llvm-project?rev=129500view=rev Log: Updated LLVM to pick up fixes to the ARM instruction

Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-27 Thread Zachary Turner
Closed by commit rL211968 (authored by @zturner). REPOSITORY rL LLVM http://reviews.llvm.org/D4282 Files: lldb/trunk/source/Expression/ClangExpressionParser.cpp Index: lldb/trunk/source/Expression/ClangExpressionParser.cpp ===

Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-26 Thread Todd Fiala
It looks like that code came in with r164563: tfiala-macbookpro:lldb tfiala$ svn log -r 164563 r164563 | spyffe | 2012-09-24 15:25:51 -0700 (Mon, 24 Sep 2012) | 10 lines Brought LLDB top-of-tree into sync with LLVM/Clang

Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-26 Thread Todd Fiala
LGTM - here's how I tested: Linux x86_64: (lldb) file /path/to/exe (lldb) b main.cpp:10 (lldb) run ... at breakpoint ... (lldb) expr 5*3 // prints result as expected Same result for MacOSX 10.9.3 with x86_64 MacOS executable. Let's ping the Apple folks and see if there is some kind of

Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-26 Thread Zachary Turner
+Greg and Jim, as one of them would probably know. http://reviews.llvm.org/D4282 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits