Fix "[compiler-rt] Allow 3 simultaneous interceptors on Linux"
authorMarco Elver <elver@google.com>
Wed, 7 Jun 2023 07:17:43 +0000 (09:17 +0200)
committerMarco Elver <elver@google.com>
Wed, 7 Jun 2023 07:17:46 +0000 (09:17 +0200)
commit57882fe76e1826593cd0e53f73484b184c5007c4
tree27fbf1836a26aba821d3426f9da2b1ff47ec093b
parent74b0ac571b5facee3c8038d21ed71d7a29ee1098
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.
compiler-rt/lib/sanitizer_common/sanitizer_asm.h