[all-commits] [llvm/llvm-project] 15b0cb: [windows][ASan] Fix build (#70855)
nicole mazzuca via All-commits
all-commits at lists.llvm.org
Tue Oct 31 14:15:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15b0cb4c72a0ef471b0c86284863ed88a6778088
https://github.com/llvm/llvm-project/commit/15b0cb4c72a0ef471b0c86284863ed88a6778088
Author: nicole mazzuca <nicole at strega-nil.co>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M compiler-rt/include/sanitizer/allocator_interface.h
M compiler-rt/include/sanitizer/dfsan_interface.h
M compiler-rt/include/sanitizer/msan_interface.h
Log Message:
-----------
[windows][ASan] Fix build (#70855)
PR #69625 broke the build - I put __cdecl on the wrong side of the `*`
in function pointer declarations.
Lesson learned - run check-all!
More information about the All-commits
mailing list