[all-commits] [llvm/llvm-project] 441f69: [ORC] Remove usused Error variable.
lhames via All-commits
all-commits at lists.llvm.org
Fri May 20 19:33:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 441f691b37486730a18068c139f34a50cba666bd
https://github.com/llvm/llvm-project/commit/441f691b37486730a18068c139f34a50cba666bd
Author: Lang Hames <lhames at gmail.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp
Log Message:
-----------
[ORC] Remove usused Error variable.
This was left in by accident, and caused unchecked-error assertions
during program termination in BuildingAJIT-Ch4.
More information about the All-commits
mailing list