diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-08-15 21:07:57 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-08-15 21:07:57 +0000 |
| commit | ad71543972e1f6c8587ef13ce9547eafc79d7fab (patch) | |
| tree | cc1c87a6066c0f5772c59ac10a1380238108b16a /llvm | |
| parent | ef611687084d4ff40fe1d9246a4f2c62e1865190 (diff) | |
| download | bcm5719-llvm-ad71543972e1f6c8587ef13ce9547eafc79d7fab.tar.gz bcm5719-llvm-ad71543972e1f6c8587ef13ce9547eafc79d7fab.zip | |
Remove unnecessary flag from new test
Remove -disable-inlining flag that snuck into the test I added for r278739.
It doesn't have an effect in ThinLTO mode (something that should be fixed),
but in any case the checks depend on inlining currently.
llvm-svn: 278743
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/ThinLTO/X86/linkonce_resolution_comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/linkonce_resolution_comdat.ll b/llvm/test/ThinLTO/X86/linkonce_resolution_comdat.ll index 689ea68f3e4..67cc2b7b0a8 100644 --- a/llvm/test/ThinLTO/X86/linkonce_resolution_comdat.ll +++ b/llvm/test/ThinLTO/X86/linkonce_resolution_comdat.ll @@ -3,7 +3,7 @@ ; verification error. ; RUN: opt -module-summary %s -o %t1.bc ; RUN: opt -module-summary %p/Inputs/linkonce_resolution_comdat.ll -o %t2.bc -; RUN: llvm-lto -thinlto-action=run %t1.bc %t2.bc -exported-symbol=f -exported-symbol=g -disable-inlining +; RUN: llvm-lto -thinlto-action=run %t1.bc %t2.bc -exported-symbol=f -exported-symbol=g ; RUN: llvm-nm -o - < %t1.bc.thinlto.o | FileCheck %s --check-prefix=NM1 ; NM1: W f |

