about summary refs log tree commit diff
path: root/instrumentation/cmplog-routines-pass.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-03-06 10:09:17 +0100
committerGitHub <noreply@github.com>2023-03-06 10:09:17 +0100
commite5f8c7a6129e42d1798fac1131c912b2eca8159c (patch)
tree1b26e9baaa660cf4aff0f545666b4de7141fd31b /instrumentation/cmplog-routines-pass.cc
parente6a05382b83817b245da51bcba16be5df56eb283 (diff)
parentbc61c90fb6e8d26d864aea7bd31f00485db4e942 (diff)
downloadafl++-e5f8c7a6129e42d1798fac1131c912b2eca8159c.tar.gz
Merge pull request #1665 from devnexen/llvm_inst_mem_leaks
llvm instrumentation trying to delete all static data
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r--instrumentation/cmplog-routines-pass.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-routines-pass.cc b/instrumentation/cmplog-routines-pass.cc
index 0498156d..c2c52874 100644
--- a/instrumentation/cmplog-routines-pass.cc
+++ b/instrumentation/cmplog-routines-pass.cc
@@ -63,7 +63,7 @@ namespace {
 
 #if LLVM_VERSION_MAJOR >= 11                        /* use new pass manager */
 class CmpLogRoutines : public PassInfoMixin<CmpLogRoutines> {
-
+  llvm_shutdown_obj LSO;
  public:
   CmpLogRoutines() {