diff options
| author | Vedant Kumar <vsk@apple.com> | 2017-11-02 23:44:20 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2017-11-02 23:44:20 +0000 |
| commit | fb15180054cc0643770b8504453ab9c49582310b (patch) | |
| tree | cfc1fa77391bec0ee4b60c125df38bc2b124b612 /llvm/lib/IR | |
| parent | b6afac1f9a6c274dba56b2df774edcb64b2d7887 (diff) | |
| download | bcm5719-llvm-fb15180054cc0643770b8504453ab9c49582310b.tar.gz bcm5719-llvm-fb15180054cc0643770b8504453ab9c49582310b.zip | |
[Verifier] Remove the -verify-debug-info cl::opt
This cl::opt has been dead for a while. It's no longer possible to run
the verifier without also verifying debug info.
llvm-svn: 317288
Diffstat (limited to 'llvm/lib/IR')
| -rw-r--r-- | llvm/lib/IR/Verifier.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/IR/Verifier.cpp b/llvm/lib/IR/Verifier.cpp index c528f7167e7..5bb1f84d2e5 100644 --- a/llvm/lib/IR/Verifier.cpp +++ b/llvm/lib/IR/Verifier.cpp @@ -115,8 +115,6 @@ using namespace llvm; -static cl::opt<bool> VerifyDebugInfo("verify-debug-info", cl::init(true)); - namespace llvm { struct VerifierSupport { |

