[llvm-commits] [llvm] r140722 - in /llvm/trunk/tools: CMakeLists.txt Makefile llvm-size/ llvm-size/CMakeLists.txt llvm-size/Makefile llvm-size/llvm-size.cpp
Eric Christopher
echristo at apple.com
Wed Sep 28 14:45:02 PDT 2011
On Sep 28, 2011, at 2:17 PM, David Blaikie wrote:
> + conv.toString(result, unsigned int(Radix), false, true);
>
> Is it just me, or is that causing a build break when building with ToT clang (admittedly my clang's not quite ToT, a few days old at best):
>
> llvm/tools/llvm-size/llvm-size.cpp:83:34: error: expected '(' for function-style cast or type construction
> conv.toString(result, unsigned int(Radix), false, true);
> ~~~~~~~~ ^
Already fixed.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110928/7968c5c4/attachment.html>
More information about the llvm-commits
mailing list