From: Sean Silva Date: Fri, 11 Mar 2016 00:48:36 +0000 (+0000) Subject: Tighten up this test a bit. X-Git-Tag: llvmorg-3.9.0-rc1~12024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8f5dded0d822c91a5bce5824d3c478cc3653fe3;p=platform%2Fupstream%2Fllvm.git Tighten up this test a bit. Thanks to Rafael to spotting this in the post-commit review of r263070. llvm-svn: 263178 --- diff --git a/lld/test/ELF/lto/save-temps.ll b/lld/test/ELF/lto/save-temps.ll index aa876d2..a7fe967 100644 --- a/lld/test/ELF/lto/save-temps.ll +++ b/lld/test/ELF/lto/save-temps.ll @@ -6,6 +6,7 @@ ; RUN: llvm-nm %t | FileCheck %s ; RUN: llvm-nm %t.lto.bc | FileCheck %s ; RUN: llvm-nm %t.lto.o | FileCheck %s +; RUN: llvm-dis %t.lto.bc target triple = "x86_64-unknown-linux-gnu" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"