Hi,<br><br>GCC 4.8 on Windows 64-bit will use Win64's native SEH functionality for C++ exceptions. This means a new libgcc, and the seh version does not have __[de]register_frame.<br><br>The attached patch adds a check for _WIN64. On this platform, GCC either uses sjlj (pre-4.8 or if 4.8+ is explicitly configured to use this) or seh, so the macro should be disabled regardless.<br>
<br>Please comment or apply. Thanks,<br><br>Ruben<br><br>PS: please also reply to me directly, I am not subscribed to llvm-commits<br>