[PATCH] D20656: [MC] Support symbolic expressions in assembly directives

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 22:53:07 PDT 2016


phosek retitled this revision from "[MC] Use obj output for .fill tests where needed" to "[MC] Support symbolic expressions in assembly directives".
phosek updated the summary for this revision.
phosek updated this revision to Diff 58756.
phosek added a comment.

The original change was reverted because of the test failure, so I've updated this revision to include both the original change and the updated test which is now passing. Is this okay?


Repository:
  rL LLVM

http://reviews.llvm.org/D20656

Files:
  include/llvm/MC/MCObjectStreamer.h
  include/llvm/MC/MCStreamer.h
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCParser/AsmParser.cpp
  lib/MC/MCStreamer.cpp
  test/MC/AsmParser/directive_fill.s
  test/MC/AsmParser/directive_space.s
  test/MC/AsmParser/symbolic-expression.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20656.58756.patch
Type: text/x-patch
Size: 14153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/48f82b72/attachment.bin>


More information about the llvm-commits mailing list