[all-commits] [llvm/llvm-project] d46739: [emamples][OrcV2Examples] Fix a missing newline in...
lhames via All-commits
all-commits at lists.llvm.org
Sun Jul 30 09:03:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d467396ae0594310848f84f29ec5439fde3ef905
https://github.com/llvm/llvm-project/commit/d467396ae0594310848f84f29ec5439fde3ef905
Author: Lang Hames <lhames at gmail.com>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITRemovableCode/LLJITRemovableCode.cpp
Log Message:
-----------
[emamples][OrcV2Examples] Fix a missing newline in LLJITRemovableCode output.
Commit: 7bd481d9afc83a99fbb5d0a92484ab9993942784
https://github.com/llvm/llvm-project/commit/7bd481d9afc83a99fbb5d0a92484ab9993942784
Author: Lang Hames <lhames at gmail.com>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Add ExecutionSession::removeJITDylibs (plural), use it in endSession.
The ExecutionSession::removeJITDylibs operation will remove all JITDylibs in
the given list (i.e. first clear them, then remove them from the session).
ExecutionSession::endSession is updated to remove JITDylibs rather than just
clearing them. This prevents new code from being added to any JITDylib once
endSession has been called.
Compare: https://github.com/llvm/llvm-project/compare/76f0d186d628...7bd481d9afc8
More information about the All-commits
mailing list