search for: targettargetmachin

Displaying 1 result from an estimated 1 matches for "targettargetmachin".

Did you mean: targettargetmachine
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 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-struct...