]> granicus.if.org Git - clang/commitdiff
[llvm-nm] Update clang tests based on changed llvm-nm output
authorJordan Rupprecht <rupprecht@google.com>
Wed, 3 Oct 2018 23:40:04 +0000 (23:40 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 3 Oct 2018 23:40:04 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343744 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/thinlto_backend.ll

index 5ba846457dfd9a26e0433a67da2d3b9127cba2d6..be7a6feeb98d74fb5a9801709520a8e3da3905c5 100644 (file)
@@ -25,7 +25,8 @@
 ; be empty file.
 ; RUN: opt -o %t5.o %s
 ; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t4.o -x ir %t5.o -c -fthinlto-index=%t.thinlto.bc
-; RUN: llvm-nm %t4.o | count 0
+; RUN: llvm-nm %t4.o | FileCheck %s -check-prefix=NO-SYMBOLS
+; NO-SYMBOLS: no symbols
 
 ; Ensure f2 was imported. Check for all 3 flavors of -save-temps[=cwd|obj].
 ; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t3.o -x ir %t1.o -c -fthinlto-index=%t.thinlto.bc -save-temps=obj