[all-commits] [llvm/llvm-project] f69071: Revert "[clang-repl] Land initial infrastructure f...

Vassil Vassilev via All-commits all-commits at lists.llvm.org
Wed May 12 21:44:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6907152db3d70606817ffe28274c6a90b331bbc
      https://github.com/llvm/llvm-project/commit/f6907152db3d70606817ffe28274c6a90b331bbc
  Author: Vassil Vassilev <v.g.vassilev at gmail.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M clang/include/clang/CodeGen/CodeGenAction.h
    M clang/include/clang/Frontend/FrontendAction.h
    R clang/include/clang/Interpreter/Interpreter.h
    R clang/include/clang/Interpreter/Transaction.h
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    R clang/lib/Interpreter/CMakeLists.txt
    R clang/lib/Interpreter/IncrementalExecutor.cpp
    R clang/lib/Interpreter/IncrementalExecutor.h
    R clang/lib/Interpreter/IncrementalParser.cpp
    R clang/lib/Interpreter/IncrementalParser.h
    R clang/lib/Interpreter/Interpreter.cpp
    M clang/test/CMakeLists.txt
    R clang/test/Interpreter/execute.cpp
    R clang/test/Interpreter/sanity.c
    M clang/test/lit.cfg.py
    M clang/tools/CMakeLists.txt
    R clang/tools/clang-repl/CMakeLists.txt
    R clang/tools/clang-repl/ClangRepl.cpp
    M clang/unittests/CMakeLists.txt
    M clang/unittests/CodeGen/CMakeLists.txt
    A clang/unittests/CodeGen/IncrementalProcessingTest.cpp
    R clang/unittests/Interpreter/CMakeLists.txt
    R clang/unittests/Interpreter/IncrementalProcessingTest.cpp
    R clang/unittests/Interpreter/InterpreterTest.cpp

  Log Message:
  -----------
  Revert "[clang-repl] Land initial infrastructure for incremental parsing"

This reverts commit 44a4000181e1a25027e87f2ae4e71cb876a7a275.

We are seeing build failures due to missing dependency to libSupport and
CMake Error at tools/clang/tools/clang-repl/cmake_install.cmake
file INSTALL cannot find




More information about the All-commits mailing list