[llvm-commits] [llvm-gcc-4.2] r43655 - in /llvm-gcc-4.2/trunk: configure configure.in
Bill Wendling
isanbard at gmail.com
Sat Nov 3 02:16:50 PDT 2007
On Nov 2, 2007, at 11:29 PM, Evan Cheng wrote:
> Should we use "static inline" instead of plain out "inline" to
> prevent copies of the functions?
>
I can check it out. But here's another thing. The comment in the
configure.in file that sets this flag is:
# This is aimed to mimic bootstrap with a non-GCC compiler to catch
problems.
So maybe we don't really need this flag because LLVM-GCC is a GCC
compiler. :-)
-bw
More information about the llvm-commits
mailing list