[all-commits] [llvm/llvm-project] c66f89: [ORC] Rename SearchOrder operations on JITDylib to...
lhames via All-commits
all-commits at lists.llvm.org
Mon May 4 16:54:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c66f89005f6d23b6885d8f93f33ff27dc60ce7dd
https://github.com/llvm/llvm-project/commit/c66f89005f6d23b6885d8f93f33ff27dc60ce7dd
Author: Lang Hames <lhames at gmail.com>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[ORC] Rename SearchOrder operations on JITDylib to LinkOrder.
Refering to the link order of a dylib better matches the terminology used in
static compilation. As upcoming patches will increase the number of places where
link order matters (for example when closing JITDylibs) it's better to get this
name change out of the way early.
More information about the All-commits
mailing list