diff options
author | Lang Hames <lhames@gmail.com> | 2023-08-23 17:12:41 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2023-08-23 17:19:07 -0700 |
commit | 8a62d6ba7edc3a7d397e52884a9ce63b4e579ae1 (patch) | |
tree | c6f5cb31d1a1ab98d5414fdc806f7827b14e62bf /llvm/tools/llvm-cov/SourceCoverageView.cpp | |
parent | a738bdf35eaa3bb48b7d8022e2aaa352cff909ba (diff) | |
download | llvm-8a62d6ba7edc3a7d397e52884a9ce63b4e579ae1.zip llvm-8a62d6ba7edc3a7d397e52884a9ce63b4e579ae1.tar.gz llvm-8a62d6ba7edc3a7d397e52884a9ce63b4e579ae1.tar.bz2 |
[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.
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions