Chuck Zhao
2010-Nov-09 01:05 UTC
[LLVMdev] opt -debug option not supported on llvm-2.8 release
For opt from llvm-2.8 release, I find "opt -debug" becomes an invalid option, for both Release and Debug build. Is there a reason for it? or, am I missing something? or, what is the replacement? Thank you Chuck
Duncan Sands
2010-Nov-09 07:34 UTC
[LLVMdev] opt -debug option not supported on llvm-2.8 release
Hi Chuck,> I find "opt -debug" becomes an invalid option, for both Release and > Debug build. > > Is there a reason for it? > or, am I missing something? > or, what is the replacement?you need to build with checking enabled (--enable-assertions). Ciao, Duncan.
Reasonably Related Threads
- [LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8
- [LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8
- [LLVMdev] inline callsites whose function definitions are in different file?
- [LLVMdev] inline callsites whose function definitions are in different file?
- [LLVMdev] What are all the LLVM IRs that will write into memory?