[PATCH] D83494: [libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked.

Matt Morehouse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 12:11:07 PDT 2020


morehouse added inline comments.


================
Comment at: compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp:51
+static int fuzzerInited = 0;
+static bool fuzzerInitIsRunning;
+
----------------
Sorry, one last nit:

If we're preferring LLVM style, let's [capitalize](https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly) variable names.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83494/new/

https://reviews.llvm.org/D83494





More information about the cfe-commits mailing list