inore some codegen tests when debug assertions are enabled

This commit is contained in:
Ralf Jung 2018-08-06 18:45:15 +02:00
parent f47d56a55b
commit 1001b2beee
5 changed files with 9 additions and 2 deletions

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-debug: the debug assertions get in the way
// compile-flags: -O
#![crate_type = "lib"]

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-debug: the debug assertions get in the way
// no-system-llvm
// compile-flags: -O
#![crate_type="lib"]

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//
// ignore-debug: the debug assertions get in the way
// no-system-llvm
// compile-flags: -O
#![crate_type="lib"]