[all-commits] [llvm/llvm-project] c42580: [ORC] Don't try to obtain a ref to a non-existent ...
lhames via All-commits
all-commits at lists.llvm.org
Tue May 18 08:44:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c42580bf2076607220c2c9c59ab7293a9b202aca
https://github.com/llvm/llvm-project/commit/c42580bf2076607220c2c9c59ab7293a9b202aca
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
Log Message:
-----------
[ORC] Don't try to obtain a ref to a non-existent buffer.
Commit: bd6c93c00432ee62a238934ba0e0078ebfb63cca
https://github.com/llvm/llvm-project/commit/bd6c93c00432ee62a238934ba0e0078ebfb63cca
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
A compiler-rt/lib/orc/compiler.h
Log Message:
-----------
[ORC-RT] Add compiler abstraction header for the ORC runtime.
This header provides helper macros to insulate the rest of the ORC runtime from
compiler specifics.
Commit: 9e5f3dd9dbb0c4eb0d2d341329a780b828f70fb0
https://github.com/llvm/llvm-project/commit/9e5f3dd9dbb0c4eb0d2d341329a780b828f70fb0
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
A compiler-rt/lib/orc/stl_extras.h
M compiler-rt/lib/orc/unittests/CMakeLists.txt
A compiler-rt/lib/orc/unittests/stl_extras_test.cpp
Log Message:
-----------
[ORC-RT] Add apply_tuple utility.
This is a substitute for std::apply, which we can't use until we move to c++17.
apply_tuple will be used in upcoming the upcoming wrapper-function utils code.
Compare: https://github.com/llvm/llvm-project/compare/638166458008...9e5f3dd9dbb0
More information about the All-commits
mailing list