Displaying 1 result from an estimated 1 matches for "tp74818p74880".
2014 Nov 29
2
[LLVMdev] LLVM Back-End structur related question.
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