[LLVMdev] Re: single exit BB

Jerry Hom jhom at cs.rutgers.edu
Wed Jun 21 14:21:14 PDT 2006


Well, I'm off to a bad start in this group.  I found the answer to my
question just 10 minutes after I posted, and it was a basic question.

To disable optimizations in the assembler and linker phases, you pass
the -disable-opt flag in the command line like this:

prompt% llvm-gcc -Wa,-disable-opt -Wl,-disable-opt <source>

-- 
Jerry Hom




More information about the llvm-dev mailing list