From c9a1a6e964f88d4ffc0de91ba2cb5d3232233844 Mon Sep 17 00:00:00 2001 From: Vlad Tsyrklevich Date: Thu, 8 Mar 2018 19:46:19 +0000 Subject: [PATCH] Specify that test from r327041 requires asserts llvm-svn: 327051 --- llvm/test/Transforms/FunctionImport/not-prevailing.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Transforms/FunctionImport/not-prevailing.ll b/llvm/test/Transforms/FunctionImport/not-prevailing.ll index 78c8262..e9f9f7d 100644 --- a/llvm/test/Transforms/FunctionImport/not-prevailing.ll +++ b/llvm/test/Transforms/FunctionImport/not-prevailing.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt -module-summary %s -o %t1.bc ; RUN: opt -module-summary -o %t2.bc %S/Inputs/not-prevailing.ll ; RUN: not --crash llvm-lto2 run -o %t3.bc %t1.bc %t2.bc -r %t1.bc,bar,px \ -- 2.7.4