[compiler-rt] r293346 - Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 16:10:35 PST 2017
On Fri, Jan 27, 2017 at 11:53:20PM -0000, Evgeniy Stepanov via llvm-commits wrote:
> Author: eugenis
> Date: Fri Jan 27 17:53:20 2017
> New Revision: 293346
>
> URL: http://llvm.org/viewvc/llvm-project?rev=293346&view=rev
> Log:
> Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"
>
> This reverts r293337, which breaks tests on Windows:
>
> malloc-no-intercept-499eb7.o : error LNK2019: unresolved external symbol _mallinfo referenced in function _main
That error makes no sense to me. The test case is specifically checking
that the invocation does *not* work, so why is it failing on Windows?
Joerg
More information about the llvm-commits
mailing list