diff options
author | Alex Langford <apl@fb.com> | 2020-01-30 23:16:12 -0800 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2020-01-30 23:20:19 -0800 |
commit | 381e81a048f8cd6aab6a41c87ad1b1658f052192 (patch) | |
tree | 71f30b92a54a7cd99b884198f1ede641cba8ceee /llvm/lib/IR/Module.cpp | |
parent | 22b044877d239c40c9a932d1ea47d489c507000f (diff) | |
download | llvm-381e81a048f8cd6aab6a41c87ad1b1658f052192.zip llvm-381e81a048f8cd6aab6a41c87ad1b1658f052192.tar.gz llvm-381e81a048f8cd6aab6a41c87ad1b1658f052192.tar.bz2 |
[lldb][NFCI] Remove UserExpression::GetJITModule
UserExpression::GetJITModule was used to support an option in
UserExpression::Evaluate that let you hold onto the JIT Module used during
the expression evaluation. This was only actually used in one spot --
REPL::IOHandlerInputComplete. That method didn't actually take use the
JIT module it got back, so this feature was not used in practice.
This means that we can delete the support in UserExpression::Evaluate
and delete the UserExpression::GetJITModule method entirely.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions