This patch is fixing a broken unittest which make the win64 bot failing.
The bug was introduce here:
https://reviews.llvm.org/D23046
The interception code is not the same in 32-bit and in 64-bit.
The added unittest can only be patched on 32-bits.
Differential D23099
[compiler-rt] Fix broken interception unittest etienneb on Aug 2 2016, 7:31 PM. Authored by
Details This patch is fixing a broken unittest which make the win64 bot failing. The bug was introduce here: https://reviews.llvm.org/D23046 The interception code is not the same in 32-bit and in 64-bit.
Diff Detail Event TimelineComment Actions Lgtm. Sorry, I thought the x64 interception tests were broken on win10 for unrelated reasons. |