Unverified Commit 742a06f5 authored by Arthur Eubanks's avatar Arthur Eubanks Committed by GitHub
Browse files

[clang] Remove #undef alloca workaround (#81534)

Added in 26670dcb to workaround #4885.

Windows CI and a local Windows build are happy with this change, so it
seems like this has been properly fixed at some point. If this does
break somebody, this can be easily reverted. (Also, Linux does the same
`#define alloca` in system headers, so I'm not sure why it'd be
different on Windows)

This is tech debt that caused breakages, see comments on #71709.
parent 9be7b0a5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment