Hi,
I tried Jason Molenda’s test code on El Capitan, lldb-340.4.119 (Jason Molenda
via lldb-dev | 3 Oct 02:59 2015).
I’m connected to a remote VM using ssh.
tst$ echo 'int main () { }' > /tmp/a.c
tst$ xcrun clang /tmp/a.c -o /tmp/a.out
tst$ xcrun lldb /tmp/a.out
(lldb) target create "/tmp/a.out"
On Fri, Dec 25, 2015 at 06:34:09PM -0800, William Dillon via lldb-dev wrote:
> There are a handful of -Wformat warnings on 32-bit platforms.
> I addressed all those that I’ve seen while working on Swift.
> Let me know if the git diff format is inappropriate for this.
Don't cast size_t to uint64_t,