[all-commits] [llvm/llvm-project] 391b85: [sanitizer] Fix Solaris build.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Wed Mar 24 09:11:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 391b85bb03440edbe626dc21ad62ec1349291d37
https://github.com/llvm/llvm-project/commit/391b85bb03440edbe626dc21ad62ec1349291d37
Author: Matt Morehouse <mascasa at google.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[sanitizer] Fix Solaris build.
Use `#if SANITIZER_LINUX` instead of `#if defined(...)`.
More information about the All-commits
mailing list