OSDN Git Service

android: [mips][rtdyld] Move MIPS relocation resolution to a subclass
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 1 Sep 2018 02:03:27 +0000 (04:03 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 8 Sep 2018 07:29:43 +0000 (09:29 +0200)
Reference: 2762dbad70
"[mips][rtdyld] Move MIPS relocation resolution to a subclass and implment N32 relocations"

lib/ExecutionEngine/RuntimeDyld/Android.bp

index 4042bea..408077f 100644 (file)
@@ -3,5 +3,8 @@ cc_library_static {
     defaults: [
         "llvm-lib-defaults",
     ],
-    srcs: ["*.cpp"],
+    srcs: [
+        "*.cpp",
+        "Targets/*.cpp",
+    ],
 }