[LLVMdev] LLVM built on VS C++ 2005
Neil Booth
neil at daikokuya.co.uk
Thu Feb 17 03:43:35 PST 2005
Aaron Gray wrote:-
> Hi,
>
> I have built yesterdays CVS download of LLVM on Whidbey (Microsoft Visual Studio 2005).
>
> LLVM built with trivial mods due to VS strictness compared to GCC. Basically there are missing return statement/values where Abort() is called, I replaced these with dummy constructors to get them to compile.
Sounds like GCC is smart enough to realise it doesn't return?
Neil.
More information about the llvm-dev
mailing list