Hi, all.
      I am using llvm-gcc to compile some softwares, and compile them with CFLAGS="-emit-llvm" to gernerate bitcode IR. Then I have to replace normal <b><i>ld</i></b> with <b><i>llvm-ld</i></b>.
      Unfortunately, <b><i>llvm-ld</i></b> doesn't support <b><i>-shared</i></b> option which is used to create a shared library.  I've also noticed that llvm-ld supports an option '-link-as-library' which is used to generate static library file. It is helpless.
      Any ideas? 
      Thanks a lot.

Gauss,
2009-09-23

<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/How-to-create-shared-library-using-llvm-ld-tp25531078p25531078.html">How to create shared library using llvm-ld</a><br>
Sent from the <a href="http://www.nabble.com/LLVM---Dev-f692.html">LLVM - Dev mailing list archive</a> at Nabble.com.<br>