summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Zemtsov <ezemtsov@google.com>2018-03-14 00:15:16 +0000
committerEugene Zemtsov <ezemtsov@google.com>2018-03-14 00:15:16 +0000
commite2d3ce2339682dd20f30ba14dd2cadbbedc827a4 (patch)
tree6bbfdda0c43647f56a3638e0b5f78451d47e5e05
parent30b9f24fb092c819f11b903a5fa34a676f78f57a (diff)
downloadbcm5719-llvm-e2d3ce2339682dd20f30ba14dd2cadbbedc827a4.tar.gz
bcm5719-llvm-e2d3ce2339682dd20f30ba14dd2cadbbedc827a4.zip
Add extra output/check to debug clang-ppc64be-linux test failure
llvm-svn: 327466
-rw-r--r--llvm/test/DebugInfo/debuglineinfo-path.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/debuglineinfo-path.ll b/llvm/test/DebugInfo/debuglineinfo-path.ll
index 637310ba83c..a0f36f3da3a 100644
--- a/llvm/test/DebugInfo/debuglineinfo-path.ll
+++ b/llvm/test/DebugInfo/debuglineinfo-path.ll
@@ -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
OpenPOWER on IntegriCloud