[all-commits] [llvm/llvm-project] c54d82: [Orc] Two small fixes in TPCDynamicLibrarySearchGe...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Tue Dec 8 01:59:06 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c54d827fdb12d033dca2155c416f02791fc86786
https://github.com/llvm/llvm-project/commit/c54d827fdb12d033dca2155c416f02791fc86786
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
Log Message:
-----------
[Orc] Two small fixes in TPCDynamicLibrarySearchGenerator
There is one result per lookup symbol, so we have to advance the result iterator no matter whether it's NULL or not.
MissingSymbols variable is unused.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D91707
More information about the All-commits
mailing list