[llvm] r224782 - Finish removing DestroySource.

Hans Wennborg hans at chromium.org
Tue Feb 24 16:39:22 PST 2015


On Tue, Feb 24, 2015 at 3:46 PM, Filip Pizlo <fpizlo at apple.com> wrote:
> Proposed fix:

> -                         unsigned Unused, char **OutMessages) {
> +                         LLVMLinkerMode Unused, char **OutMessages) {

Do we really need to use the enum in the function prototype? Peter's
message suggests this might require a bindings update. The enumerators
should convert to unsigned anyway, right?

>
> OK to commit?
>
> -Filip



More information about the llvm-commits mailing list