[LLVMdev] Close the extension for lib functions?

Chris Lattner sabre at nondot.org
Mon Jul 19 23:04:37 PDT 2004


On Tue, 20 Jul 2004, xia_yimin wrote:

> Why some library functions (such as strcpy,strncpy,etc.) are extended in .bc file?
> How to keep the originally forms of these library functions in .bc file?

These come from the library: llvm/runtime/GCCLibraries/libc/

If you don't want them, just go into that directory, delete the functions
you don't want, run make clean and make install (in that directory), and
they should be gone.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://nondot.org/sabre/




More information about the llvm-dev mailing list