summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-23 12:31:37 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-23 12:31:37 +0000
commit2dfb1cfd0cfffcf6444740579f39a865107a34e3 (patch)
tree1d1c75654bf114e3634114b01e95e79492edec4c /llvm/test
parent7ced167a095864a2718462e1a0fdfbb8f099f4f7 (diff)
downloadbcm5719-llvm-2dfb1cfd0cfffcf6444740579f39a865107a34e3.tar.gz
bcm5719-llvm-2dfb1cfd0cfffcf6444740579f39a865107a34e3.zip
Add -disable-debug-info-verifier.
Found while testing with pipefail enabled. llvm-svn: 186937
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll b/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
index 05257d1d5cf..55889a30441 100644
--- a/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
+++ b/llvm/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
@@ -1,4 +1,4 @@
-; RUN: opt -objc-arc -S < %s | FileCheck %s
+; RUN: opt -objc-arc -disable-debug-info-verifier -S < %s | FileCheck %s
; rdar://11744105
; bugzilla://14584
OpenPOWER on IntegriCloud