1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Oliver Stannard 6d3bfb1d63 [Asm] Fix another layering violation in assmebly macro dumping
AsmToken is in the MCParser library, so we can't use its dump function from
MCAsmMacro in the MC library. Instead, just print the string, which we don't
need the MCParser library for.

llvm-svn: 326810
2018-03-06 16:51:17 +00:00
..
2017-10-16 20:48:19 +00:00
2018-03-06 13:49:16 +00:00
2017-10-27 21:12:28 +00:00