search for: r192181

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

Did you mean: 1192181
2013 Oct 08
0
[LLVMdev] The new MCTargetStreamer interface
...ample, ppc has ".tc" and ARM has its own set of directives for describing EH tables. On the parser side we already had a target parser interface, but on the streamer side they all had to go into the basic MCStreamer. We also had just one MCAsmStreamer which had to implement them all. In r192181 I added support for target specific streamers. This is a very similar design to how we do parsing, with just a small addition because of the need to handle assembly and object emission. I have moved directives for PPC, Mips and ARM over to the new interface. If you think I forgot some, need to add...