Displaying 2 results from an estimated 2 matches for "_memorybarrier".
Did you mean:
memorybarrier
2012 May 23
2
[LLVMdev] Windows question: Dozens of linker warnings and errors
...fined
in Stream.o; second definition ignored
Memory.o : warning LNK4006: _InterlockedBitTestAndReset already
defined in Stream.o; second definition ignored
Memory.o : warning LNK4006: _InterlockedBitTestAndComplement already
defined in Stream.o; second definition ignored
Memory.o : warning LNK4006: _MemoryBarrier already defined in
Stream.o; second definition ignored
Memory.o : warning LNK4006: _ReadPMC already defined in Stream.o;
second definition ignored
I don't use InterlockedBitTestAndSet anywhere in my code and the same goes
for the rest of the symbols that are being warned about.
After that, I...
2012 May 24
0
[LLVMdev] Windows question: Dozens of linker warnings and errors
...definition ignored
> Memory.o : warning LNK4006: _InterlockedBitTestAndReset already defined in
> Stream.o; second definition ignored
> Memory.o : warning LNK4006: _InterlockedBitTestAndComplement already defined
> in Stream.o; second definition ignored
> Memory.o : warning LNK4006: _MemoryBarrier already defined in Stream.o;
> second definition ignored
> Memory.o : warning LNK4006: _ReadPMC already defined in Stream.o; second
> definition ignored
>
> I don't use InterlockedBitTestAndSet anywhere in my code and the same goes
> for the rest of the symbols that are being...