llvm-project/llvm/tools/llvm-jitlink
Kazu Hirata 9606608474 [llvm] Use x.empty() instead of llvm::empty(x) (NFC)
I'm planning to deprecate and eventually remove llvm::empty.

I thought about replacing llvm::empty(x) with std::empty(x), but it
turns out that all uses can be converted to x.empty().  That is, no
use requires the ability of std::empty to accept C arrays and
std::initializer_list.

Differential Revision: https://reviews.llvm.org/D133677
2022-09-12 13:34:35 -07:00
..
llvm-jitlink-executor [Orc] Use MapperJITLinkMemoryManager with SharedMemoryMapper in llvm-jitlink tool 2022-08-28 14:29:53 +05:30
CMakeLists.txt [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09:00
llvm-jitlink-coff.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink-elf.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink-macho.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink.cpp [llvm] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-12 13:34:35 -07:00
llvm-jitlink.h [ORC_RT][COFF] Initial platform support for COFF/x86_64. 2022-08-13 13:48:40 +09:00