[all-commits] [llvm/llvm-project] 8a62d6: [ORC][clang-repl] Fix UnitTest after 122ebe3b500.

lhames via All-commits all-commits at lists.llvm.org
Wed Aug 23 17:19:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a62d6ba7edc3a7d397e52884a9ce63b4e579ae1
      https://github.com/llvm/llvm-project/commit/8a62d6ba7edc3a7d397e52884a9ce63b4e579ae1
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp

  Log Message:
  -----------
  [ORC][clang-repl] Fix UnitTest after 122ebe3b500.

Commit 122ebe3b500 changed the way that we look up eh-frame registration
functions. This made LLJIT work "out of the box" in some Linux configs that
didn't work before, but caused InterpreterExceptionTest to start failing:
The test was skipped if a construction of a basic LLJIT config failed, but the
test actually depended on debugger support working too. When the basic config
started working we no longer skipped the test, then failed due to missing
debugger support. I've extended the skip-test check to include the debugger
support requirement, which should fix the issue.




More information about the All-commits mailing list