[PATCH] D20337: [MC] Support symbolic expressions in assembly directives
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 19:32:52 PDT 2016
phosek updated this revision to Diff 58379.
phosek added a comment.
The updated patch implements the requested changes. The biggest difference is that we no longer perform evaluation for `.fill` and `.skip`/`.space`/`.zero` directives and even in the absolute case defer to the symbol version following Rafael's suggestion.
Repository:
rL LLVM
http://reviews.llvm.org/D20337
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: D20337.58379.patch
Type: text/x-patch
Size: 13525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160525/3480cc58/attachment.bin>
More information about the llvm-commits
mailing list