Fix "[compiler-rt] Allow 3 simultaneous interceptors on Linux"
No need to "error" on unsupported architectures, since we technically only care where the macro is used. If the macro is undefined, and used, the compiler will producer an error anyway. This fixes build on Windows, where none of these macros should be used.
Loading
Please sign in to comment