summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-12-16 01:35:36 +0000
committerTeresa Johnson <tejohnson@google.com>2017-12-16 01:35:36 +0000
commitc82441edf7067c777414b2a7a6901fe322f4bc87 (patch)
tree7e60f36ee9d51fbf15bb958d1049a2fc21c62f24
parent1d4f2b0d25f03558bc816a4c8d147ff6508c3660 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320903 91177308-0d34-0410-b5e6-96231b3b80d8
-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 97ac0bfd011..25363023295 100644
--- a/test/ThinLTO/X86/distributed_import.ll
+++ b/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