summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmMacro.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Asm] Fix another layering violation in assmebly macro dumpingOliver Stannard2018-03-061-1/+1
| | | | | | | | 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
* [Asm] Add debug printing for assembler macrosOliver Stannard2018-03-061-0/+42
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 llvm-svn: 326795
OpenPOWER on IntegriCloud