[llvm] 1d9f014 - [Verifier]Remove API declaration that has never been implemented

Tobias Hieta via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 01:59:37 PST 2022


Author: HanSheng Zhang
Date: 2022-12-06T10:59:32+01:00
New Revision: 1d9f0145905daf0c2e05b829a7b4842c616d9e3e

URL: https://github.com/llvm/llvm-project/commit/1d9f0145905daf0c2e05b829a7b4842c616d9e3e
DIFF: https://github.com/llvm/llvm-project/commit/1d9f0145905daf0c2e05b829a7b4842c616d9e3e.diff

LOG: [Verifier]Remove API declaration that has never been implemented

Close https://github.com/llvm/llvm-project/issues/59244

Reviewed By: t.p.northover

Differential Revision: https://reviews.llvm.org/D138889

Added: 
    

Modified: 
    llvm/include/llvm/IR/Verifier.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/Verifier.h b/llvm/include/llvm/IR/Verifier.h
index 52a4c7b4301fa..b25f8eb77ee38 100644
--- a/llvm/include/llvm/IR/Verifier.h
+++ b/llvm/include/llvm/IR/Verifier.h
@@ -119,11 +119,6 @@ class VerifierAnalysis : public AnalysisInfoMixin<VerifierAnalysis> {
   static bool isRequired() { return true; }
 };
 
-/// Check a module for errors, but report debug info errors separately.
-/// Otherwise behaves as the normal verifyModule. Debug info errors can be
-/// "recovered" from by stripping the debug info.
-bool verifyModule(bool &BrokenDebugInfo, const Module &M, raw_ostream *OS);
-
 /// Create a verifier pass.
 ///
 /// Check a module or function for validity. This is essentially a pass wrapped


        


More information about the llvm-commits mailing list