This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Fix broken unittest using alloca on MSVC.
ClosedPublic

Authored by etienneb on Jun 29 2016, 3:15 PM.

Details

Summary

The alloca header is not present on windows.

This test was committed recently:

http://reviews.llvm.org/D21509
http://reviews.llvm.org/rL273889

Diff Detail

Event Timeline

etienneb updated this revision to Diff 62292.Jun 29 2016, 3:15 PM
etienneb retitled this revision from to [compiler-rt] Fix broken unittest using alloca on MSVC..
etienneb updated this object.
etienneb added a reviewer: rnk.
rnk accepted this revision.Jun 30 2016, 7:38 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jun 30 2016, 7:38 AM
etienneb closed this revision.Jun 30 2016, 7:44 AM