This prevents spamming the build log with unused InitLoadedGlobals when building fuchsia runtimes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150737
[NFC][hwasan][Fuchsia] Instead wrap contents of InitLoadedGlobals with if constexpr (!SANITIZER_FUCHSIA) ClosedPublic Authored by leonardchan on May 16 2023, 3:58 PM.
Details Summary This prevents spamming the build log with unused InitLoadedGlobals when building fuchsia runtimes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 16 2023, 4:49 PM Closed by commit rGdc3069dadf6f: [NFC][hwasan][Fuchsia] Instead wrap contents of InitLoadedGlobals with if… (authored by leonardchan). · Explain WhyMay 17 2023, 11:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523127 compiler-rt/lib/hwasan/hwasan.cpp
|