[PATCH] D64609: [ORC] Add deprecation warnings to ORCv1 layers and utilities.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 09:40:38 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366344: [ORC] Add deprecation warnings to ORCv1 layers and utilities. (authored by lhames, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64609?vs=210220&id=210349#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D64609

Files:
  llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
  llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
  llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
  llvm/trunk/examples/Kaleidoscope/include/KaleidoscopeJIT.h
  llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
  llvm/trunk/include/llvm/ExecutionEngine/OrcV1Deprecation.h
  llvm/trunk/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  llvm/trunk/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
  llvm/trunk/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  llvm/trunk/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
  llvm/trunk/tools/lli/lli.cpp
  llvm/trunk/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp
  llvm/trunk/unittests/ExecutionEngine/Orc/LegacyCompileOnDemandLayerTest.cpp
  llvm/trunk/unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp
  llvm/trunk/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
  llvm/trunk/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64609.210349.patch
Type: text/x-patch
Size: 52670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190717/4b8c34de/attachment.bin>


More information about the llvm-commits mailing list