diff options
author | Eugene Zemtsov <ezemtsov@google.com> | 2018-03-14 00:15:16 +0000 |
---|---|---|
committer | Eugene Zemtsov <ezemtsov@google.com> | 2018-03-14 00:15:16 +0000 |
commit | e2d3ce2339682dd20f30ba14dd2cadbbedc827a4 (patch) | |
tree | 6bbfdda0c43647f56a3638e0b5f78451d47e5e05 /llvm/test/DebugInfo | |
parent | 30b9f24fb092c819f11b903a5fa34a676f78f57a (diff) | |
download | bcm5719-llvm-e2d3ce2339682dd20f30ba14dd2cadbbedc827a4.tar.gz bcm5719-llvm-e2d3ce2339682dd20f30ba14dd2cadbbedc827a4.zip |
Add extra output/check to debug clang-ppc64be-linux test failure
llvm-svn: 327466
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r-- | llvm/test/DebugInfo/debuglineinfo-path.ll | 3 |
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 |