diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-24 14:56:31 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-24 14:56:31 +0000 |
commit | f0ae066e332f0e1057da6329d6e7c081ba4a4575 (patch) | |
tree | 9ccdc8aa70f1a2431d8ae732ba61aa89fb9ae6f4 /llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll | |
parent | 29b4246f9d4f8b81a2eaa135925287f75624016d (diff) | |
download | bcm5719-llvm-f0ae066e332f0e1057da6329d6e7c081ba4a4575.tar.gz bcm5719-llvm-f0ae066e332f0e1057da6329d6e7c081ba4a4575.zip |
Add -disable-debug-info-verifier to a RUN line.
Found by running the test with pipefail enabled.
llvm-svn: 187046
Diffstat (limited to 'llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll')
-rw-r--r-- | llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll b/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll index df70149a33f..77328850352 100644 --- a/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll +++ b/llvm/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll @@ -1,4 +1,4 @@ -; RUN: opt -std-compile-opts < %s | llvm-dis | not grep badref +; RUN: opt -std-compile-opts -disable-debug-info-verifier < %s | llvm-dis | not grep badref target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-apple-darwin10.2" |