OSDN Git Service

Use LinkerConfig object directly
authorKiyoung Kim <kiyoungkim@google.com>
Wed, 21 Oct 2020 08:44:25 +0000 (17:44 +0900)
committerKiyoung Kim <kiyoungkim@google.com>
Thu, 22 Oct 2020 03:58:56 +0000 (12:58 +0900)
commite9dc6c195d3f00206d14f5cb54546eff9bbbef57
tree9e0685876134a895fcbb0c1f9a32a31c35276022
parent513ff1223cde3822f98f2ce2c2b9d2843e128d91
Use LinkerConfig object directly

Last implementation on ApexInfo requires multiple copy of LinkerConfig
contents. To reduce number of information copy, this change makes
ApexInfo to use LinkerConfig object directly rather than copying
information.

Bug: 169634881
Test: atest passed
Change-Id: Ic1a0f58d3eecb2a5cde710bdda65e89b08d7d4ff
modules/apex.cc
modules/configparser.cc
modules/include/linkerconfig/configparser.h
modules/include/linkerconfig/configtype.h [deleted file]
modules/tests/configparser_test.cc