summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto_backend.ll
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2018-10-03 23:40:04 +0000
committerJordan Rupprecht <rupprecht@google.com>2018-10-03 23:40:04 +0000
commit6f9d199ab1f35abf5961c41bf1b4e36717d238a4 (patch)
tree516833fd3c6b530b4f8b72ff6daf075e13145576 /clang/test/CodeGen/thinlto_backend.ll
parentdd0f98972d38afe82b70649e08a39630810f439a (diff)
downloadbcm5719-llvm-6f9d199ab1f35abf5961c41bf1b4e36717d238a4.tar.gz
bcm5719-llvm-6f9d199ab1f35abf5961c41bf1b4e36717d238a4.zip
[llvm-nm] Update clang tests based on changed llvm-nm output
llvm-svn: 343744
Diffstat (limited to 'clang/test/CodeGen/thinlto_backend.ll')
-rw-r--r--clang/test/CodeGen/thinlto_backend.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll
index 5ba846457df..be7a6feeb98 100644
--- a/clang/test/CodeGen/thinlto_backend.ll
+++ b/clang/test/CodeGen/thinlto_backend.ll
@@ -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
OpenPOWER on IntegriCloud