search for: __windows__

Displaying 5 results from an estimated 5 matches for "__windows__".

2006 Nov 04
2
[LLVMdev] Port succesful
...wise, I will look into deja-gnu testing, perhaps can compile it on windows. I will also add other beckend in the future (Sparc, PowerPC). I hope windows using Visual C++ will be soon officially supported :) About the problem I had with system and ltdl.c, it was resolved preaty easily by defining __WINDOWS__ globally in project. I also added a global macro for strtoll because the windows version is strtol (not strtoll). macro replaces strtoll with strtol and it compiles. I found really a lot of warnings in the project. Should I clean them? GCC probably doesn't throw them, so I don't know .....
2006 Nov 04
0
[LLVMdev] Port succesful
...n to run on Windows. Its very unix specific. -Tanya > also add other beckend in the future (Sparc, PowerPC). I hope windows using > Visual C++ will be soon officially supported :) > > About the problem I had with system and ltdl.c, it was resolved preaty easily > by defining > __WINDOWS__ globally in project. I also added a global macro for strtoll > because the > windows version is strtol (not strtoll). macro replaces strtoll with strtol > and it compiles. > > I found really a lot of warnings in the project. Should I clean them? GCC > probably doesn't >...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...le> > > <File > > RelativePath="..\..\lib\System\ltdl.c"> > > <FileConfiguration > > Name="Debug|Win32"> > > <Tool > > Name="VCCLCompilerTool" > > PreprocessorDefinitions="__WINDOWS__"/> > > </FileConfiguration> > > <FileConfiguration > > Name="Release|Win32"> > > <Tool > > Name="VCCLCompilerTool" > > PreprocessorDefinitions="__WINDOWS__"/> > > <...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...brary.cpp"> > </File> > <File > RelativePath="..\..\lib\System\ltdl.c"> > <FileConfiguration > Name="Debug|Win32"> > <Tool > Name="VCCLCompilerTool" > PreprocessorDefinitions="__WINDOWS__"/> > </FileConfiguration> > <FileConfiguration > Name="Release|Win32"> > <Tool > Name="VCCLCompilerTool" > PreprocessorDefinitions="__WINDOWS__"/> > </FileConfiguration> > <...
2020 Apr 10
4
Running clang tests
Hi, I’d just like to interject to say that building within Visual Studio isn’t really that bad. Running the lit tests is a bit painful because the LLVM build tools that are integrated with the build system don’t play nice with msbuild. Particularly, I’ve never been able to actually cancel an invocation of lit or tablegen via visual studio. That said, there is a huge upside to building with