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

Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 19:43:20 PST 2022


Naville created this revision.
Naville added a reviewer: hans.
Herald added a project: All.
Naville requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138889

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


Index: llvm/include/llvm/IR/Verifier.h
===================================================================
--- llvm/include/llvm/IR/Verifier.h
+++ llvm/include/llvm/IR/Verifier.h
@@ -119,11 +119,6 @@
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138889.478444.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/5dfc416e/attachment.bin>


More information about the llvm-commits mailing list