jckarter / clay

The Clay programming language
http://claylabs.com/clay
Other
404 stars 34 forks source link

Add linker support to -run mode #385

Closed galchinsky closed 12 years ago

galchinsky commented 12 years ago

Used Cling's tryLinker code as an example. https://github.com/jckarter/clay/issues/300 passes now (it is 'isNative' condition), but i didn't test bitcode libraries

jckarter commented 12 years ago

Looks good, thanks. I just tried it here and it works. Does llvm::Linker also support OS X frameworks so that -framework can be supported on Mac and iOS as well?