Displaying 3 results from an estimated 3 matches for "r66386".
2009 Mar 08
0
[LLVMdev] Compiling LLVM on MinGW
...directory `/Desktop/Workspace/llvm/llvm-top/lib/
> System'
>
> The void sys::AddSignalHandler() is outside the llvm namespace, which
> seems wrong.
> Moving it inside removes the first errors, but still leave KillSigs,
> KillSigsEnd, and RegisterHandler undefined.
Please try r66386.
> If I didn't know better I'd think someone had committed code without
> compiling first. :)
I don't have a windows box to test on, I requested windows people to
verify that it works when I committed the change, and there are no
windows nightly testers or build bots. This...
2009 Mar 08
3
[LLVMdev] Compiling LLVM on MinGW
Like this:
llvm[1]: Compiling Signals.cpp for Debug build
In file included from Signals.cpp:33:
Win32/Signals.inc:262: error: `sys' has not been declared
Win32/Signals.inc: In function `void AddSignalHandler(void (*)(void*), void*)':
Win32/Signals.inc:266: error: `KillSigs' was not declared in this scope
Win32/Signals.inc:266: error: `KillSigsEnd' was not declared in this scope
2009 Mar 08
2
[LLVMdev] Compiling LLVM on MinGW
...vm/llvm-top/lib/
>> System'
>>
>> The void sys::AddSignalHandler() is outside the llvm namespace, which
>> seems wrong.
>> Moving it inside removes the first errors, but still leave KillSigs,
>> KillSigsEnd, and RegisterHandler undefined.
>
> Please try r66386.
>
>> If I didn't know better I'd think someone had committed code without
>> compiling first. :)
>
> I don't have a windows box to test on, I requested windows people to
> verify that it works when I committed the change, and there are no
> windows nightly te...