[all-commits] [llvm/llvm-project] 1e1d75: [ORC-RT] Initial ORC Runtime directories and build...
lhames via All-commits
all-commits at lists.llvm.org
Fri Apr 23 20:21:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e1d75b190c266cb11e0a6bbb4f11b810d690cc7
https://github.com/llvm/llvm-project/commit/1e1d75b190c266cb11e0a6bbb4f11b810d690cc7
Author: Lang Hames <lhames at gmail.com>
Date: 2021-04-23 (Fri, 23 Apr 2021)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/CMakeLists.txt
A compiler-rt/lib/orc/CMakeLists.txt
A compiler-rt/lib/orc/placeholder.cpp
M compiler-rt/test/CMakeLists.txt
A compiler-rt/test/orc/CMakeLists.txt
A compiler-rt/test/orc/TestCases/Darwin/lit.local.cfg.py
A compiler-rt/test/orc/TestCases/Darwin/x86-64/lit.local.cfg.py
A compiler-rt/test/orc/TestCases/Darwin/x86-64/placeholder_test.S
A compiler-rt/test/orc/lit.cfg.py
A compiler-rt/test/orc/lit.site.cfg.py.in
Log Message:
-----------
[ORC-RT] Initial ORC Runtime directories and build system files.
This patch contains initial directories and build files for the ORC runtime.
Differential Revision: https://reviews.llvm.org/D100711
More information about the All-commits
mailing list