[LLVMdev] LLVM Back-End structur related question.
Arsen Hakobyan
artinetstudio at gmail.com
Sat Nov 29 10:42:45 PST 2014
Hi everyone,
How would you pass a string container from 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 mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list