[all-commits] [llvm/llvm-project] 4fc6ff: [Draft] [examples] Move llvm/examples/OCaml-Kaleid...

Shivam Gupta via All-commits all-commits at lists.llvm.org
Wed Feb 10 17:23:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fc6ff07b4ecd8895854ee3dddab75e82461c21b
      https://github.com/llvm/llvm-project/commit/4fc6ff07b4ecd8895854ee3dddab75e82461c21b
  Author: xgupta <shivam98.tkg at gmail.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    R llvm/docs/tutorial/OCamlLangImpl1.rst
    R llvm/docs/tutorial/OCamlLangImpl2.rst
    R llvm/docs/tutorial/OCamlLangImpl3.rst
    R llvm/docs/tutorial/OCamlLangImpl4.rst
    R llvm/docs/tutorial/OCamlLangImpl5.rst
    R llvm/docs/tutorial/OCamlLangImpl6.rst
    R llvm/docs/tutorial/OCamlLangImpl7.rst
    R llvm/docs/tutorial/OCamlLangImpl8.rst
    M llvm/docs/tutorial/index.rst
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/_tags
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/ast.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/parser.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/token.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter2/toy.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/_tags
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/ast.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/parser.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/token.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter3/toy.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/_tags
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/ast.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/bindings.c
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/parser.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/token.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter4/toy.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/_tags
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/ast.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/bindings.c
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/parser.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/token.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter5/toy.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/_tags
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/ast.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/bindings.c
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/parser.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/token.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter6/toy.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/_tags
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/ast.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/bindings.c
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/parser.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/token.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml
    R llvm/examples/OCaml-Kaleidoscope/Chapter7/toy.ml

  Log Message:
  -----------
  [Draft] [examples] Move llvm/examples/OCaml-Kaleidoscope/ to llvm-archive


  Commit: 77fecc07955f51db3f184ba10d3f5fcd1f3f152d
      https://github.com/llvm/llvm-project/commit/77fecc07955f51db3f184ba10d3f5fcd1f3f152d
  Author: xgupta <shivam98.tkg at gmail.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M libunwind/docs/CMakeLists.txt

  Log Message:
  -----------
  [NFC][libunbind] Fix Sphinx error during CMake invocation

An error has occurred when I build libunwind with -DLLVM_BUILD_DOCS=ON.

Reviewed By: #libunwind, compnerd

Differential Revision: https://reviews.llvm.org/D96107


Compare: https://github.com/llvm/llvm-project/compare/09cfec624329...77fecc07955f


More information about the All-commits mailing list