mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 04:32:09 +00:00
Add extra output/check to debug clang-ppc64be-linux test failure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f15c882eb
commit
ef25e23f6f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user