Displaying 2 results from an estimated 2 matches for "r51017".
Did you mean:
51017
2008 May 13
0
[LLVMdev] [PATCH] Internalize improvements
Hi,
please find an updated patch attached, which applies again after r51017.
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: internalize.diff
Type: text/x-diff
Size: 7663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080513/94c6e6ad/attachment.diff>
-------------- next part --...
2008 May 09
2
[LLVMdev] [PATCH] Internalize improvements
Hi all,
I was looking at the Internalize patch, and decided to clean it up a bit. The
attached patch makes two functional changes to the pass:
1. If both -internalize-public-api-file and -internalize-public-api-list
options are given on the commandline, only -file was used. Now, all
options are respected and the contents of the file merged with the items
given with the -list option(s). I