search for: __asserts

Displaying 2 results from an estimated 2 matches for "__asserts".

Did you mean: __assert
2013 May 30
0
[LLVMdev] unexpectedly loop hanging
...e.fr > <mailto:baldrick at free.fr>> wrote: > > Hi Alexandru, > > > /*==5134== Invalid write of size 4 > > ==5134== at 0x4039280: (anonymous > namespace)::Hello::__runOnModule(llvm::Module&) (in > /home/alex/llvm/Release+__Asserts/lib/Hello.so) > ==5134== by 0x8E33DE3: > llvm::MPPassManager::__runOnModule(llvm::Module&) (in > /home/alex/llvm/Release+__Asserts/bin/opt) > ==5134== by 0x8E3726F: llvm::PassManagerImpl::run(__llvm::Module&) (in > /home/alex/llvm...
2013 May 30
2
[LLVMdev] unexpectedly loop hanging
Hello Duncan, Thank you for your quick answer. I use the standard Makefile from a pass, that is calling Makefile.common. I saw only the make -d option, that "*print lots of debugging information*", as mentioned by LLVM. Using this, valgrind don't tell me extra info. It is a very good idea ti use -g, but where to insert? If I am trying to use clang++, I have to fix a lot of things.