[llvm-commits] [llvm-gcc-4.2] r47080 - in /llvm-gcc-4.2/trunk/gcc: common.opt llvm-backend.cpp
Devang Patel
dpatel at apple.com
Wed Feb 13 12:48:20 PST 2008
On Feb 13, 2008, at 11:52 AM, Duncan Sands wrote:
> Hi Devang, nice idea.
>
>> + // Emit intermediate .bc file before module level optimization
>> passes
>> are run. + if (emit_llvm_bc && flag_debug_llvm_module_opt) {
>
> Why condition this on emit_llvm_bc?
In the next patch I used emit_llvm_bc condition check to write bitcode
file and emit_llvm condition check to print llvm asm.
-
Devang
More information about the llvm-commits
mailing list