Displaying 3 results from an estimated 3 matches for "powerstone".
Did you mean:
lowerstore
2012 Feb 07
2
[LLVMdev] clang errors on void main()
Is there any way to stop this ?
/home/socrates/llvm/llvm-3.0.src/benchmarks/powerstone/crc/crc.c:67:1:
error: 'main' must return 'int'
void main()
^
1 error generated.
Thanks
2012 Feb 07
0
[LLVMdev] clang errors on void main()
On Mon, Feb 6, 2012 at 6:51 PM, Xin Tong <xerox.time.tech at gmail.com> wrote:
> Is there any way to stop this ?
>
> /home/socrates/llvm/llvm-3.0.src/benchmarks/powerstone/crc/crc.c:67:1:
> error: 'main' must return 'int'
> void main()
> ^
> 1 error generated.
You mean besides fixing the source of your benchmark so it's valid C?
Not at the moment... patches welcome.
-Eli
2012 Feb 08
1
[LLVMdev] clang errors on void main()
07.02.2012 07:27, Eli Friedman пишет:
> On Mon, Feb 6, 2012 at 6:51 PM, Xin Tong<xerox.time.tech at gmail.com> wrote:
>> Is there any way to stop this ?
>>
>> /home/socrates/llvm/llvm-3.0.src/benchmarks/powerstone/crc/crc.c:67:1:
>> error: 'main' must return 'int'
>> void main()
>> ^
>> 1 error generated.
> You mean besides fixing the source of your benchmark so it's valid C?
> Not at the moment... patches welcome.
>
> -Eli
We suggest patch for allowing...