On Mon, 19 Nov 2018 at 00:40, Iain Buclaw <ibuc...@gdcproject.org> wrote: > > Hi, > > This patch removes two x86-centric modules that are ignored as gdc > doesn't implement the D_InlineAsm version condition. Bootstrapped and > testsuite ran on x86_64-linux-gnu. > > Committed to trunk as r266256 > > -- > Iain > --- > libphobos/ChangeLog: > > 2018-11-19 Iain Buclaw <ibuc...@gdcproject.org> > > * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and > std.internal.math.biguintx86 modules. > * src/Makefile.in: Rebuild. > * src/std/internal/digest/sha_SSSE3.d: Remove. > * src/std/internal/math/biguintx86.d: Remove. > > ---
The digest directory was made empty by this, but wasn't removed. I've committed the removal of as obvious. -- Iain