[PATCH] D43937: [Asm] Add debug printing for assembler macros

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 03:47:50 PST 2018


olista01 created this revision.
olista01 added reviewers: rengolin, SjoerdMeijer, christof.
Herald added a subscriber: mgorny.

This adds some debug printing (gated behind the "asm-macros" debug flag) which can help tracing complicated assembly macros.


Repository:
  rL LLVM

https://reviews.llvm.org/D43937

Files:
  include/llvm/MC/MCAsmMacro.h
  include/llvm/MC/MCContext.h
  lib/MC/CMakeLists.txt
  lib/MC/MCAsmMacro.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43937.136493.patch
Type: text/x-patch
Size: 3091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180301/31e95d14/attachment.bin>


More information about the llvm-commits mailing list