[all-commits] [llvm/llvm-project] 1b39c6: [ORC] Add MachO universal binary support to Static...
lhames via All-commits
all-commits at lists.llvm.org
Sun Apr 5 20:25:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1b39c6f62c7c0345f2260f1cca26f93c0fb2f75a
https://github.com/llvm/llvm-project/commit/1b39c6f62c7c0345f2260f1cca26f93c0fb2f75a
Author: Lang Hames <lhames at gmail.com>
Date: 2020-04-05 (Sun, 05 Apr 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
M llvm/include/llvm/Object/MachOUniversal.h
M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
A llvm/test/ExecutionEngine/OrcLazy/macho-universal-static-library-support.ll
M llvm/tools/lli/lli.cpp
M llvm/utils/lit/lit/llvm/config.py
Log Message:
-----------
[ORC] Add MachO universal binary support to StaticLibraryDefinitionGenerator.
Add a new overload of StaticLibraryDefinitionGenerator::Load that takes a triple
argument and supports loading archives from MachO universal binaries in addition
to regular archives.
The LLI tool is updated to use this overload.
More information about the All-commits
mailing list