This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8cc1c5e [codeview] Use comdats for debug info describing comdat functions new 1ab5787 [Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of [...] new e66409e Revert "[MC] Support symbolic expressions in assembly directives"
The 2 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: examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 2 + .../Chapter2}/CMakeLists.txt | 4 +- .../{Chapter1 => Chapter2}/KaleidoscopeJIT.h | 43 +++++++++++++++++---- .../BuildingAJIT/{Chapter1 => Chapter2}/toy.cpp | 0 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 +------- test/MC/AsmParser/directive_fill.s | 44 +++++++++++++--------- test/MC/AsmParser/directive_space.s | 5 --- test/MC/AsmParser/symbolic-expression.s | 17 --------- 13 files changed, 101 insertions(+), 177 deletions(-) copy examples/Kaleidoscope/{Chapter4 => BuildingAJIT/Chapter2}/CMakeLists.txt (63%) copy examples/Kaleidoscope/BuildingAJIT/{Chapter1 => Chapter2}/KaleidoscopeJIT.h (69%) copy examples/Kaleidoscope/BuildingAJIT/{Chapter1 => Chapter2}/toy.cpp (100%) delete mode 100644 test/MC/AsmParser/symbolic-expression.s