2 Commits

Author SHA1 Message Date
Oliver Stannard
193fdf6730 [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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326810 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-06 16:51:17 +00:00
Oliver Stannard
2fb672c0b9 [Asm] Add debug printing for assembler macros
This adds some debug printing (gated behind the "asm-macros" debug flag) which
can help tracing complicated assembly macros.

Differential revision: https://reviews.llvm.org/D43937



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326795 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-06 14:07:01 +00:00