Thank you for replying. The target is "aget" which is attached. The compiling shell is also attached. Best Andy> If I use "-use-mcjit" argument, the error message changes to "LLVM ERROR: > Inline asm not supported by this streamer because we don't have an asm parser > for this target"What's your target? Please attach your example code so others can reproduce your problem. :) Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120925/95dbc063/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_makefile Type: application/octet-stream Size: 2186 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120925/95dbc063/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: aget-devel.tar.gz Type: application/x-gzip Size: 20381 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120925/95dbc063/attachment.bin>
Hi Andy, On 25/09/12 12:10, Zhoujinguo wrote:> > Thank you for replying. > > The target is "aget" which is attached. The compiling shell is also attached.since this seems to be your own custom target I ask: did you implement an asm parser for your target? Best wishes, Duncan.> > Best > Andy > > > > If I use "-use-mcjit" argument, the error message changes to "LLVM ERROR: > > Inline asm not supported by this streamer because we don't have an asm parser > > for this target" > > What's your target? Please attach your example code so others can > reproduce your problem. :) > > Regards, > chenwj > > -- > Wei-Ren Chen (陳韋任) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 > Homepage: http://people.cs.nctu.edu.tw/~chenwj > <http://people.cs.nctu.edu.tw/%7Echenwj> > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Sorry that I have implemented nothing for it. aget is not my own project which is a public project of paralell "wget". I only want to use it as a common benchmark. Do I need to implement anything for it? Thank you BestAndy Hi Andy, On 25/09/12 12:10, Zhoujinguo wrote:> > Thank you for replying. > > The target is "aget" which is attached. The compiling shell is also attached.since this seems to be your own custom target I ask: did you implement an asm parser for your target? Best wishes, Duncan.> > Best > Andy > > > > If I use "-use-mcjit" argument, the error message changes to "LLVM ERROR: > > Inline asm not supported by this streamer because we don't have an asm parser > > for this target" > > What's your target? Please attach your example code so others can > reproduce your problem. :) > > Regards, > chenwj > > -- > Wei-Ren Chen (陳韋任) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 > Homepage: http://people.cs.nctu.edu.tw/~chenwj > <http://people.cs.nctu.edu.tw/%7Echenwj> > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >_______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120925/cce0b2f4/attachment.html>