Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Asm] Fix another layering violation in assmebly macro dumping | Oliver Stannard | 2018-03-06 | 1 | -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 macros | Oliver Stannard | 2018-03-06 | 1 | -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 |