diff options
author | Teresa Johnson <tejohnson@google.com> | 2017-12-16 01:00:48 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2017-12-16 01:00:48 +0000 |
commit | 4358a4034559283f63472c13879a3d54f6443a52 (patch) | |
tree | 0612bc027420b4fa68bc1d86e71bfea97a0a7a7c | |
parent | 6b129fde5a4ef4c308406dc0cbd35fb78b17f9ca (diff) | |
download | bcm5719-llvm-4358a4034559283f63472c13879a3d54f6443a52.tar.gz bcm5719-llvm-4358a4034559283f63472c13879a3d54f6443a52.zip |
Add -enable-import-metadata to test
r320895 modified a test so that it needs -enable-import-metadata which
is false by default for NDEBUG.
llvm-svn: 320899
-rw-r--r-- | llvm/test/ThinLTO/X86/distributed_import.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/distributed_import.ll b/llvm/test/ThinLTO/X86/distributed_import.ll index 365fbd9b0f7..97ac0bfd011 100644 --- a/llvm/test/ThinLTO/X86/distributed_import.ll +++ b/llvm/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 |