search for: 8d78b068

Displaying 3 results from an estimated 3 matches for "8d78b068".

2009 Sep 20
0
[LLVMdev] ld with gold-plugin can do this?
zhunan wrote: > Hi,all > > I have installed the gold-plugin and it can run correctly,but I still > have another two questions: > > 1.Can gold-plugin generate a bitcode file: No. The task of linking many .bc files into a single .bc file falls on llvm-ld and llvm-link. A common followup question is "but how do I link native libraries into my .bc file". You
2009 Sep 20
2
[LLVMdev] ld with gold-plugin can do this?
Hi,all I have installed the gold-plugin and it can run correctly,but I still have another two questions: 1.Can gold-plugin generate a bitcode file: >From the document and also my experience on using it,"ld -plugin...." will only generate an executable by link several LLVM bitcode file together,but how to make it generate a whole-program bitcode file?(even archieve it manually is
2009 Sep 21
2
[LLVMdev] ld with gold-plugin can do this?
...able (or a shell script) as well and currently there is no way to disable that. Maybe an option like '-no-native' will be come handy. - Sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090920/8d78b068/attachment.html>