mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 00:59:19 +00:00
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8375d7368
commit
b57c6f4150
@ -115,8 +115,6 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool> VerifyDebugInfo("verify-debug-info", cl::init(true));
|
||||
|
||||
namespace llvm {
|
||||
|
||||
struct VerifierSupport {
|
||||
|
@ -1,6 +1,6 @@
|
||||
; Verify functionality of NVPTXGenericToNVVM.cpp pass.
|
||||
;
|
||||
; RUN: opt < %s -march nvptx64 -S -generic-to-nvvm -verify-debug-info | FileCheck %s
|
||||
; RUN: opt < %s -march nvptx64 -S -generic-to-nvvm | FileCheck %s
|
||||
|
||||
target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
|
||||
target triple = "nvptx64-nvidia-cuda"
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as -disable-output -verify-debug-info -o - < %s 2>&1 | FileCheck %s
|
||||
; RUN: llvm-as -disable-output -o - < %s 2>&1 | FileCheck %s
|
||||
; ModuleID = 'test.c'
|
||||
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-apple-macosx10.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user