[LLVMdev] Trunk build failure

OvermindDL1 overminddl1 at gmail.com
Sun Dec 6 21:01:26 PST 2009


On the trunk I am getting some errors which are killing the rest of the build:

2>Atomic.cpp(49) : error C2664: 'InterlockedCompareExchange' : cannot
convert parameter 1 from 'volatile llvm::sys::cas_flag *' to 'volatile
LONG *'
2>        Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
2>Atomic.cpp(62) : error C2664: 'InterlockedIncrement' : cannot
convert parameter 1 from 'volatile llvm::sys::cas_flag *' to 'volatile
LONG *'
2>        Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
2>Atomic.cpp(75) : error C2664: 'InterlockedDecrement' : cannot
convert parameter 1 from 'volatile llvm::sys::cas_flag *' to 'volatile
LONG *'
2>        Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
2>Atomic.cpp(88) : error C3861: 'InterlockedAdd': identifier not found



More information about the llvm-dev mailing list