summaryrefslogtreecommitdiff
path: root/test/ThinLTO/X86/distributed_import.ll
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-12-16 01:00:48 +0000
committerTeresa Johnson <tejohnson@google.com>2017-12-16 01:00:48 +0000
commit4651377ec82c5f5185e6f9aac69c4acaefa8491b (patch)
tree233d4310e6602342745cc978f8ea130f42a4b8c8 /test/ThinLTO/X86/distributed_import.ll
parentfbba83deb284ea64d9bab7de87c85c40c37395e8 (diff)
Add -enable-import-metadata to test
r320895 modified a test so that it needs -enable-import-metadata which is false by default for NDEBUG. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ThinLTO/X86/distributed_import.ll')
-rw-r--r--test/ThinLTO/X86/distributed_import.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ThinLTO/X86/distributed_import.ll b/test/ThinLTO/X86/distributed_import.ll
index 365fbd9b0f7..97ac0bfd011 100644
--- a/test/ThinLTO/X86/distributed_import.ll
+++ b/test/ThinLTO/X86/distributed_import.ll
@@ -49,7 +49,7 @@
; Make sure importing occurs as expected
; RUN: cp %t1.bc.sv %t1.bc
; RUN: cp %t2.bc.sv %t2.bc
-; 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