Displaying 3 results from an estimated 3 matches for "targetmcasminfo".
Did you mean:
targetasminfo
2013 Feb 27
2
[LLVMdev] TargetMCAsmInfo.cpp Question
I'd like to set all Global Symbols to be prefixed with '_' ; however, when
I set GlobalPrefix in TargetMCAsmInfo.cpp, this also applies to library
calls (adds extra underscore which makes 3 so linkage failure), which I
don't want.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130227/6b8aebdb/attachment.ht...
2013 Feb 27
0
[LLVMdev] TargetMCAsmInfo.cpp Question
...on library routines), for
example, something like __subsf3. What's the best way to do this?
On Wed, Feb 27, 2013 at 11:05 AM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> I'd like to set all Global Symbols to be prefixed with '_' ; however, when
> I set GlobalPrefix in TargetMCAsmInfo.cpp, this also applies to library
> calls (adds extra underscore which makes 3 so linkage failure), which I
> don't want.
>
> Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2013022...
2014 Nov 29
2
[LLVMdev] LLVM Back-End structur related question.
...rom TargetISelLowering phase to the
TargetInstPrinter phase?
May be I have missed something essential, but currently seems they don't
have shared class or something like that, and currently I am thinkin to
initialize container in TargetTargetMachine, then pass it to the
TargetInstPrinter using TargetMCAsmInfo class or something like this. I do
not like this approach.
I believe that there should be some clever solution than I am thinking.
Thanks,
Arsen
--
View this message in context: http://llvm.1065342.n5.nabble.com/LLVM-Back-End-structur-related-question-tp74818.html
Sent from the LLVM - Dev mail...