OSDN Git Service

android: ExecutionEngine/Orc: update sources list
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 9 Jun 2018 19:04:26 +0000 (21:04 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 10 Jun 2018 20:50:48 +0000 (22:50 +0200)
lib/ExecutionEngine/Orc/Android.mk

index 4f7541d..a917018 100644 (file)
@@ -1,14 +1,21 @@
 LOCAL_PATH:= $(call my-dir)
 
 orcjit_SRC_FILES := \
+  Core.cpp \
   ExecutionUtils.cpp \
   IndirectionUtils.cpp \
+  IRCompileLayer.cpp \
+  IRTransformLayer.cpp \
+  Legacy.cpp \
+  Layer.cpp \
   NullResolver.cpp \
+  ObjectTransformLayer.cpp \
   OrcABISupport.cpp \
   OrcCBindings.cpp \
   OrcError.cpp \
   OrcMCJITReplacement.cpp \
-  RPCUtils.cpp
+  RPCUtils.cpp \
+  RTDyldObjectLinkingLayer.cpp
 
 # For the host
 # =====================================================