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