[all-commits] [llvm/llvm-project] d71a4e: Reland [clang-repl] Introduce Value to capture exp...

Jun Zhang via All-commits all-commits at lists.llvm.org
Thu May 18 22:41:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d71a4e02277a64a9dece591cdf2b34f15c3b19a0
      https://github.com/llvm/llvm-project/commit/d71a4e02277a64a9dece591cdf2b34f15c3b19a0
  Author: Jun Zhang <jun at junz.org>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M clang/include/clang/Interpreter/Interpreter.h
    A clang/include/clang/Interpreter/Value.h
    M clang/lib/Interpreter/CMakeLists.txt
    M clang/lib/Interpreter/IncrementalParser.cpp
    M clang/lib/Interpreter/IncrementalParser.h
    M clang/lib/Interpreter/Interpreter.cpp
    A clang/lib/Interpreter/InterpreterUtils.cpp
    A clang/lib/Interpreter/InterpreterUtils.h
    A clang/lib/Interpreter/Value.cpp
    M clang/tools/clang-repl/CMakeLists.txt
    M clang/unittests/Interpreter/CMakeLists.txt
    M clang/unittests/Interpreter/InterpreterTest.cpp

  Log Message:
  -----------
  Reland [clang-repl] Introduce Value to capture expression results

This reverts commit 7158fd381a0bc0222195d6a07ebb42ea57957bda.
* Fixes endianness issue on big endian machines like PowerPC-bl
* Disable tests on platforms that having trouble to support JIT

Signed-off-by: Jun Zhang <jun at junz.org>




More information about the All-commits mailing list