[PATCH] D20752: [MC] Support symbolic expressions in assembly directives
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 14:33:26 PDT 2016
phosek created this revision.
phosek added a reviewer: rafael.
phosek added subscribers: rafael, phosek, llvm-commits.
phosek set the repository for this revision to rL LLVM.
This matches the behavior of GNU assembler which supports symbolic
expressions in absolute expressions used in assembly directives.
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.58840.patch
Type: text/x-patch
Size: 13407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/b26cb3f2/attachment-0001.bin>
More information about the llvm-commits
mailing list