[all-commits] [llvm/llvm-project] 5e537e: [ORC-RT] Re-apply "Initial ORC Runtime directories...

lhames via All-commits all-commits at lists.llvm.org
Sat Apr 24 17:41:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e537ea1d7a937f848ff1c0fc691d5a5afdf2459
      https://github.com/llvm/llvm-project/commit/5e537ea1d7a937f848ff1c0fc691d5a5afdf2459
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-04-24 (Sat, 24 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] Re-apply "Initial ORC Runtime directories and build..." with fixes.

This reapplies 1e1d75b190c, which was reverted in ce1a4d53231 due to build
failures.

The unconditional dependencies on clang and llvm-jitlink in
compiler-rt/test/orc/CMakeLists.txt have been removed -- they don't appear to
be necessary, and I suspect they're the cause of the build failures seen
earlier.




More information about the All-commits mailing list