Daniel Dunbar wrote: > On Sat, Dec 13, 2008 at 7:31 AM, Sebastian Redl > <[email protected]> wrote: > >> Author: cornedbee >> Date: Sat Dec 13 09:31:28 2008 >> New Revision: 60981 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=60981&view=rev >> Log: >> stdlib.h is the wrong header for printf, and introduces test-breaking >> definitions of inlines on Linux >> > > Oops, sorry. > > Can you explain "test-breaking definitions of inlines"? > The test checks that the resulting assembly file contains just a single function definition. stdlib.h contains (indirectly) three inline functions, for which code is emitted, thus bringing the number of definitions in the file to 4.
Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
