[LLVMdev] Close the extension for lib functions?
Chris Lattner
sabre at nondot.org
Mon Jul 19 23:10:32 PDT 2004
On Tue, 20 Jul 2004, Brian R. Gaeke wrote:
>
> What do you mean by 'extended', and the 'originally forms'?
My interpretation (correct me I'm wrong Xia) is that he wants the calls to
strcpy, but we are inlining implementations of some of these library
functions at link-time.
If this is the case Xia, you can do what I said and take them out of the
LLVM libc.bc file, which will prevent inlining from happening.
-Chris
--
http://llvm.cs.uiuc.edu/
http://nondot.org/sabre/
More information about the llvm-dev
mailing list