Skip to content

Commit

Permalink
Update TaskSanitizer.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
hassansalehe authored Feb 20, 2021
1 parent eeb64de commit f79cd21
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/instrumentor/pass/TaskSanitizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ struct TaskSanitizer : public llvm::FunctionPass {

const llvm::DataLayout &DL = M.getDataLayout();
IntptrTy = DL.getIntPtrType(M.getContext());
// HASSAN:
// std::tie(TsanCtorFunction, std::ignore)
// = createSanitizerCtorAndInitFunctions(
// M, kTsanModuleCtorName, kTsanInitName, /*InitArgTypes=*/{},
// /*InitArgs=*/{});
//
// appendToGlobalCtors(M, TsanCtorFunction, 0);

return true;
}

Expand Down

0 comments on commit f79cd21

Please sign in to comment.