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

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 16:31:01 PDT 2016


phosek updated this revision to Diff 58863.
phosek added a comment.

I've managed to replicate the failure in Release+Asserts build (I was using Debug previously) and I've fixed one other issue in the test, now all the tests should be passing (hopefully everywhere).


Repository:
  rL LLVM

http://reviews.llvm.org/D20752

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20752.58863.patch
Type: text/x-patch
Size: 13399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/a12e64ad/attachment.bin>


More information about the llvm-commits mailing list