[all-commits] [llvm/llvm-project] 0820fb: [ORC-RT] Rename ExecutorAddress to ExecutorAddr.
lhames via All-commits
all-commits at lists.llvm.org
Thu Sep 23 21:42:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0820fbab99a1f1986a8c6e0a8e5cb4542ec52515
https://github.com/llvm/llvm-project/commit/0820fbab99a1f1986a8c6e0a8e5cb4542ec52515
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M compiler-rt/lib/orc/elfnix_platform.cpp
M compiler-rt/lib/orc/elfnix_platform.h
M compiler-rt/lib/orc/executor_address.h
M compiler-rt/lib/orc/macho_platform.cpp
M compiler-rt/lib/orc/macho_platform.h
M compiler-rt/lib/orc/simple_packed_serialization.h
Log Message:
-----------
[ORC-RT] Rename ExecutorAddress to ExecutorAddr.
This is an ORC-runtime counterpart to LLVM commit ef391df2b63, and the
motivation is the same: to move to a shorter name to improve the ergonomics of
this type before it's more widely adopted.
More information about the All-commits
mailing list