[PATCH] D108081: [ORC] Add Platform and runtime support for ELF-based platforms

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 22:01:46 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe256445bfff1: [ORC-RT][ORC] Introduce ELF/*nix Platform and runtime support. (authored by lhames).

Changed prior to commit:
  https://reviews.llvm.org/D108081?vs=366472&id=367111#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108081/new/

https://reviews.llvm.org/D108081

Files:
  compiler-rt/lib/orc/CMakeLists.txt
  compiler-rt/lib/orc/elfnix_platform.cpp
  compiler-rt/lib/orc/elfnix_platform.h
  compiler-rt/test/orc/CMakeLists.txt
  compiler-rt/test/orc/TestCases/FreeBSD/lit.local.cfg.py
  compiler-rt/test/orc/TestCases/FreeBSD/x86-64/lit.local.cfg.py
  compiler-rt/test/orc/TestCases/FreeBSD/x86-64/trivial-cxa-atexit.S
  compiler-rt/test/orc/TestCases/FreeBSD/x86-64/trivial-static-initializer.S
  compiler-rt/test/orc/TestCases/Linux/lit.local.cfg.py
  compiler-rt/test/orc/TestCases/Linux/x86-64/lit.local.cfg.py
  compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-cxa-atexit.S
  compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-static-initializer.S
  compiler-rt/test/orc/lit.cfg.py
  llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
  llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
  llvm/lib/ExecutionEngine/Orc/Mangling.cpp
  llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
  llvm/tools/llvm-jitlink/llvm-jitlink.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108081.367111.patch
Type: text/x-patch
Size: 72563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210818/505f18a2/attachment.bin>


More information about the llvm-commits mailing list