[llvm-commits] [llvm-gcc-4.2] r46860 - /llvm-gcc-4.2/trunk/gcc/gcc.c

Wojciech Matyjewicz wmatyjewicz at fastmail.fm
Sat Feb 9 03:30:21 PST 2008


Hi Devang,

> Most likely. Please try again using following patch
> 	http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080204/058023.html

After updating the tree, both -emit-llvm and --emit-llvm options don't
work properly: llvm-gcc generates native assembly or object files
whether they are given or not. This in on Linux/x86.

// null.c is an empty file
$ llvm-gcc -emit-llvm -S null.c -o -
        .ident  "GCC: (GNU) 4.2.1 (Based on Apple Inc. build 5546) (LLVM
build)"

-Wojtek



More information about the llvm-commits mailing list