Require asserts in new test that uses debug flag

This should fix bot failures from r308078.

llvm-svn: 308079
This commit is contained in:
Teresa Johnson 2017-07-15 05:27:57 +00:00
parent 82b4fb1afe
commit 16798558ba
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
; The linkonce_odr may have different instruction counts in practice due to
; different inlines in the compile step.
; Require asserts so we can use -debug-only
; REQUIRES: asserts
; RUN: opt -module-summary %s -o %t.bc
; RUN: opt -module-summary %p/Inputs/funcimport_resolved1.ll -o %t2.bc
; RUN: opt -module-summary %p/Inputs/funcimport_resolved2.ll -o %t3.bc