Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format strings: %Ld isn't available on Darwin or Windows. | Jordan Rose | 2012-09-08 | 1 | -0/+55 |
This seems to be a GNU libc extension; we offer a fixit to %lld on these platforms. <rdar://problem/11518237> llvm-svn: 163452 |