Add extra output/check to debug clang-ppc64be-linux test failure
authorEugene Zemtsov <ezemtsov@google.com>
Wed, 14 Mar 2018 00:15:16 +0000 (00:15 +0000)
committerEugene Zemtsov <ezemtsov@google.com>
Wed, 14 Mar 2018 00:15:16 +0000 (00:15 +0000)
llvm-svn: 327466

llvm/test/DebugInfo/debuglineinfo-path.ll

index 637310b..a0f36f3 100644 (file)
@@ -4,10 +4,13 @@
 ; RUN: llvm-nm -radix=o %t | grep posix_absolute_func > %t.posix_absolute_func
 ; RUN: llvm-nm -radix=o %t | grep posix_relative_func > %t.posix_relative_func
 ; RUN: llvm-nm -radix=o %t | grep win_func > %t.win_func
+; RUN: llvm-nm -radix=o %t | grep win_func | FileCheck %s --check-prefix=TESTDEBUG
 ; RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false --obj %t < %t.posix_absolute_func | FileCheck %s --check-prefix=POSIX_A
 ; RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false --obj %t < %t.posix_relative_func | FileCheck %s --check-prefix=POSIX_R
 ; RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false --obj %t < %t.win_func | FileCheck %s --check-prefix=WIN
 
+;TESTDEBUG: {{[0-9]+}} T win_func
+
 ;POSIX_A: posix_absolute_func
 ;POSIX_A: /absolute/posix/path{{[\/]}}posix.c