about summary refs log tree commit diff
path: root/instrumentation/cmplog-instructions-pass.cc
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2023-03-04 14:46:38 +0000
committerDavid CARLIER <devnexen@gmail.com>2023-03-04 14:46:38 +0000
commitbc61c90fb6e8d26d864aea7bd31f00485db4e942 (patch)
treed47546925a879832e24c8e7060149c19c4832d39 /instrumentation/cmplog-instructions-pass.cc
parent6af195916c07766029f92bd069efedfc67a94ea4 (diff)
downloadafl++-bc61c90fb6e8d26d864aea7bd31f00485db4e942.tar.gz
llvm instrumentation trying to delete all static data
at module end of pass with llvm_shutdown and is concurrent safe.
Diffstat (limited to 'instrumentation/cmplog-instructions-pass.cc')
-rw-r--r--instrumentation/cmplog-instructions-pass.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc
index bca1f927..7dcf8bfa 100644
--- a/instrumentation/cmplog-instructions-pass.cc
+++ b/instrumentation/cmplog-instructions-pass.cc
@@ -66,7 +66,7 @@ namespace {
 
 #if LLVM_MAJOR >= 11                                /* use new pass manager */
 class CmpLogInstructions : public PassInfoMixin<CmpLogInstructions> {
-
+  llvm_shutdown_obj LSO;
  public:
   CmpLogInstructions() {