[cfe-dev] Questions from beginner

Meir Yanovich meiry242 at gmail.com
Wed Feb 19 23:17:44 PST 2014


Hello list
i have few small questions about clang hope you could help

1. can clang get input in memory  c++ code and compile it to executable ? ,
i know it can load c++ file
but i like to be able to dynamically build the source file ,
if not is there any other way to build logic in memory and then compile it
?

2. i like to work with c++ source code that is compiled to executable also
i like to link static lib's to the source code ,
for example :
build curl simple client . so the client will be build in memory and then
it will be linked to
cUrl.lib
i dont what to be dependent on Visual studio linker . what should i do ?

Thanks for your help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140220/38074715/attachment.html>


More information about the cfe-dev mailing list