Displaying 5 results from an estimated 5 matches for "trunk_vc8_building".
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
..._t, however, 1 is an int32_t (since it is a
non-suffixed constant).
Regarding the email I *just* send about the INT64_C macros and so
forth, the 1 should actually be INT64_C(1) and that should fix it.
Also, getting another set of warning, but the file looks fine, so do not know...
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54113)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54121)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
..._t, however, 1 is an int32_t (since it is a
non-suffixed constant).
Regarding the email I *just* send about the INT64_C macros and so
forth, the 1 should actually be INT64_C(1) and that should fix it.
Also, getting another set of warning, but the file looks fine, so do not know...
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54113)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\X86GenDAGISel.inc(54121)
: warning C4065: switch statement contains 'default' but no 'case'
labels
R:\SDKs...
2009 May 13
3
[LLVMdev] MSVC compile error with trunk
Does not seem to be a straight error with LLVM itself, but rather the
tools, linking issues, here are the errors:
Opt:
30> Creating library
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\opt.lib and object
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\opt.exp
30>LLVMScalarOpts.lib(IndVarSimplify.obj) : error LNK2019: unresolved
external symbol "public: bool __thiscall
llvm::IVUsers::AddUsersIfInteresting(class llvm::Instruction *)"
(?AddUsersIfInteresting at IVUs...
2009 May 12
1
[LLVMdev] MSVC cstdint
...n/.cmake), for
MSVCit defines some macros that are defined in the cstdint.hpp file in
boost (and boost does it better, detailed below):
The basic error is:
R:\SDKs\boost\built_head\include\boost-1_38\boost/cstdint.hpp(347) :
warning C4005: 'INT8_C' : macro redefinition
R:\SDKs\llvm\trunk_VC8_building\include\llvm/Support/DataTypes.h(116)
: see previous definition of 'INT8_C'
R:\SDKs\boost\built_head\include\boost-1_38\boost/cstdint.hpp(348) :
warning C4005: 'INT16_C' : macro redefinition
R:\SDKs\llvm\trunk_VC8_building\include\llvm/Support/DataTypes.h(118)
: see previous...
2009 May 13
0
[LLVMdev] MSVC compile error with trunk
...ompile to see if
>> that works, if so I will submit a patch.
Confirmed, once IVUsers.cpp is added to the LLVMAnalysis library,
fixed some of those errors, but there are more still. Patch is
attached for the IVUsers.cpp add to the CMakeLists.txt file.
32> Creating library
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\llc.lib and object
R:\SDKs\llvm\trunk_VC8_building\lib\Debug\llc.exp
32>LLVMCodeGen.lib(PrologEpilogInserter.obj) : error LNK2001:
unresolved external symbol "public: virtual void __thiscall
llvm::PEI::getAnalysisUsage(class llvm::AnalysisUsage &)const "
(?getAnalysisUsag...