From 160f4bb80393ba5c77dae1ccfcea105fd030a3ad Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Sat, 16 Dec 2017 01:35:36 +0000 Subject: [PATCH] Add another missing -enable-import-metadata to test r320895 modified a test so that it needs -enable-import-metadata which is false by default for NDEBUG, found another place that needs this added. llvm-svn: 320903 --- llvm/test/ThinLTO/X86/distributed_import.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/ThinLTO/X86/distributed_import.ll b/llvm/test/ThinLTO/X86/distributed_import.ll index 97ac0bfd0110..25363023295c 100644 --- a/llvm/test/ThinLTO/X86/distributed_import.ll +++ b/llvm/test/ThinLTO/X86/distributed_import.ll @@ -15,7 +15,7 @@ ; RUN: -r=%t2.bc,g,px \ ; RUN: -r=%t2.bc,analias,px \ ; RUN: -r=%t2.bc,aliasee,px -; RUN: opt -function-import -import-all-index -summary-file %t1.bc.thinlto.bc %t1.bc -o %t1.out +; RUN: opt -function-import -import-all-index -enable-import-metadata -summary-file %t1.bc.thinlto.bc %t1.bc -o %t1.out ; RUN: opt -function-import -import-all-index -summary-file %t2.bc.thinlto.bc %t2.bc -o %t2.out ; RUN: llvm-dis -o - %t1.out | FileCheck %s --check-prefix=IMPORT ; RUN: llvm-dis -o - %t2.out | FileCheck %s --check-prefix=EXPORT