[all-commits] [llvm/llvm-project] a34f37: [sanitizer_common] Fix build breakage by guarding ...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Thu Nov 9 13:00:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a34f3772e85f163fc851e300a4a9171b2a29f6bb
https://github.com/llvm/llvm-project/commit/a34f3772e85f163fc851e300a4a9171b2a29f6bb
Author: Thurston Dang <thurston at google.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_dl.cpp
Log Message:
-----------
[sanitizer_common] Fix build breakage by guarding #include <dlfcn.h>
My change
(https://github.com/llvm/llvm-project/commit/0be4c6b9483594494051e8f1f67afc2b516270ca) broke the Windows buildbot
(https://lab.llvm.org/buildbot/#/builders/127/builds/57976/steps/4/logs/stdio)
This fixes forward by adding a guard
More information about the All-commits
mailing list