[all-commits] [llvm/llvm-project] 61b0f1: Re-apply "[ORC][LLJIT] Move enable-debugger-suppor...
lhames via All-commits
all-commits at lists.llvm.org
Wed Sep 27 13:24:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61b0f12d6b9cdcb6bb3dd679e3a3c36fa94daeae
https://github.com/llvm/llvm-project/commit/61b0f12d6b9cdcb6bb3dd679e3a3c36fa94daeae
Author: Lang Hames <lhames at gmail.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
M clang/unittests/Interpreter/InterpreterTest.cpp
A llvm/include/llvm/ExecutionEngine/Orc/DebuggerSupport.h
M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
A llvm/lib/ExecutionEngine/Orc/DebuggerSupport.cpp
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/tools/lli/lli.cpp
Log Message:
-----------
Re-apply "[ORC][LLJIT] Move enable-debugger-support utility out of..."
This re-applies e1a5bb59b91, which was reverted in e5f169f91a8 due to LSan
failures on some bots (see https://github.com/llvm/llvm-project/issues/67586).
The LSan failures were not caused by this patch (just exposed by it), so LSan
was disabled for the failing test in 47625fea5e3. This should be safe to
re-land now.
More information about the All-commits
mailing list