Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SctackBoundsTest.cpp: fix compilation error on Windows
Summary: MSVC doesn't support __builtin_frame_address(), which breaks compilation. Technically, we don't have support for stack-checking on Windows at all, but at least we should be able to compile this test and it should just start working automatically when we do add support. Differential Revision: D65375190
- Loading branch information