[PATCH] [lld] Add ArchiveMemoryBuffer.

Shankar Kalpathi Easwaran shankarke at gmail.com
Thu Feb 5 12:45:37 PST 2015


The file path is constructed as :- memberPath = archiveFileName + "(" + membername + ")";

The archive filename is archiveFileName and the member that we are instantiating is memberName.

For example :-

memberPath has the value libc.a(printf.o) where archiveFileName is libc.a and memberName is printf.o

Is this what you were looking for ?


http://reviews.llvm.org/D7428

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list