[all-commits] [llvm/llvm-project] dc3069: [NFC][hwasan][Fuchsia] Instead wrap contents of In...
PiJoules via All-commits
all-commits at lists.llvm.org
Wed May 17 11:46:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc3069dadf6fd4eece82936fe913dc8310a24cd0
https://github.com/llvm/llvm-project/commit/dc3069dadf6fd4eece82936fe913dc8310a24cd0
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan.cpp
Log Message:
-----------
[NFC][hwasan][Fuchsia] Instead wrap contents of InitLoadedGlobals with if constexpr (!SANITIZER_FUCHSIA)
This prevents spamming the build log with unused InitLoadedGlobals when building fuchsia runtimes.
Differential Revision: https://reviews.llvm.org/D150737
More information about the All-commits
mailing list