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

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d9f0145905d: [Verifier]Remove API declaration that has never been implemented (authored by Naville, committed by thieta).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138889/new/

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.480392.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/0d325a22/attachment.bin>


More information about the llvm-commits mailing list