[all-commits] [llvm/llvm-project] 57882f: Fix "[compiler-rt] Allow 3 simultaneous intercepto...
Marco Elver via All-commits
all-commits at lists.llvm.org
Wed Jun 7 00:19:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57882fe76e1826593cd0e53f73484b184c5007c4
https://github.com/llvm/llvm-project/commit/57882fe76e1826593cd0e53f73484b184c5007c4
Author: Marco Elver <elver at google.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_asm.h
Log Message:
-----------
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.
More information about the All-commits
mailing list