[all-commits] [llvm/llvm-project] 6853c4: [compiler-rt] Do not redefine builtins in MinGW co...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Jun 7 04:51:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6853c49164d6c67f7d4d7e3fde9390c85167b624
https://github.com/llvm/llvm-project/commit/6853c49164d6c67f7d4d7e3fde9390c85167b624
Author: Martin Storsjö <martin at martin.st>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_redefine_builtins.h
Log Message:
-----------
[compiler-rt] Do not redefine builtins in MinGW configs either
This fixes broken mingw builds since
0a71e25e2448ee471b1ebe74e910c5de9b9c82b4. Clang-cl style builds
were broken similarly, but were fixed in
caa2c1bacbd76c017ebbb4fd13861f0f66770299, with the comment
"Do not redefine builtins on Windows", even if the fix only affected
Clang-cl style builds.
More information about the All-commits
mailing list