diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2017-05-01 20:42:32 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-05-01 20:42:32 +0000 |
| commit | c15d60b772b1d02134b3d3bdd8e456ed33674279 (patch) | |
| tree | acd0d22c65668cb628fb5b0ca7245558fdeabef5 /llvm/test/tools | |
| parent | ba6c9cb5e8b7007009421de0e2be03af22af4daa (diff) | |
| download | bcm5719-llvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.tar.gz bcm5719-llvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.zip | |
Object: Remove ModuleSummaryIndexObjectFile class.
Differential Revision: https://reviews.llvm.org/D32195
llvm-svn: 301832
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/llvm-lto/error.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-lto/error.ll b/llvm/test/tools/llvm-lto/error.ll index 4a58fba7b79..96bd56664c2 100644 --- a/llvm/test/tools/llvm-lto/error.ll +++ b/llvm/test/tools/llvm-lto/error.ll @@ -5,4 +5,4 @@ ; CHECK-LIST: llvm-lto: error loading file '{{.*}}/Inputs/empty.bc': The file was not recognized as a valid object file ; RUN: not llvm-lto --thinlto %S/Inputs/empty.bc 2>&1 | FileCheck %s --check-prefix=CHECK-THIN -; CHECK-THIN: llvm-lto: error loading file '{{.*}}/Inputs/empty.bc': The file was not recognized as a valid object file +; CHECK-THIN: llvm-lto: error loading file '{{.*}}/Inputs/empty.bc': Invalid bitcode signature |

