This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa8d763 Work around an MSVC compiler issue in r270776. new ec726e9 Don't repeat name in comment and git-clang-format. new 140cbbb [MC] Support symbolic expressions in assembly directives new f4f40d8 [Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 2 +- include/llvm/MC/MCObjectStreamer.h | 5 +++ include/llvm/MC/MCStreamer.h | 22 +++++++++++ lib/MC/MCAsmStreamer.cpp | 40 ++++++++++++++++++-- lib/MC/MCObjectStreamer.cpp | 38 +++++++++++++++++++ lib/MC/MCParser/AsmParser.cpp | 42 +++++++-------------- lib/MC/MCStreamer.cpp | 16 +++++++- lib/Target/AArch64/AArch64Subtarget.cpp | 10 ++--- test/MC/AsmParser/directive_fill.s | 44 +++++++++------------- test/MC/AsmParser/directive_space.s | 5 +++ test/MC/AsmParser/symbolic-expression.s | 17 +++++++++ 11 files changed, 174 insertions(+), 67 deletions(-) create mode 100644 test/MC/AsmParser/symbolic-expression.s