OSDN Git Service

android: [BinaryFormat] update cpp sources
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 10 Feb 2019 17:41:19 +0000 (18:41 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 24 Mar 2020 22:21:31 +0000 (23:21 +0100)
Porting of the following commits:

8b3c688 ("[BinaryFormat] Add MessagePack reader/writer")
706911a ("[BinaryFormat] Add MsgPackTypes)
8ae3c1c ("[AMDGPU] Emit MessagePack HSA Metadata for v3 code object")

lib/BinaryFormat/Android.mk

index 228d53f..f8cc4d9 100644 (file)
@@ -1,8 +1,12 @@
 LOCAL_PATH:= $(call my-dir)
 
 binary_format_SRC_FILES := \
+  AMDGPUMetadataVerifier.cpp \
   Dwarf.cpp \
   Magic.cpp \
+  MsgPackReader.cpp \
+  MsgPackTypes.cpp \
+  MsgPackWriter.cpp \
   Wasm.cpp
 
 # For the host