[Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang
Todd Fiala
tfiala at google.com
Thu Jun 26 11:15:48 PDT 2014
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 simulator/device that make choke on that, though, before you check this in.
http://reviews.llvm.org/D4282
More information about the lldb-commits
mailing list