1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[gcov] Delete XFAIL: host-byteorder-big-endian for test/Transforms/GCOVProfiling/{exit-block.ll,function-numbering.ll}

This commit is contained in:
Fangrui Song 2020-06-06 11:58:26 -07:00
parent 34ec4ad872
commit 6a5c7ac5ca
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
; RUN: rm -rf %t && mkdir -p %t
; RUN: echo '!19 = !{!"%/t/exit-block.ll", !0}' > %t/1
; RUN: cat %s %t/1 > %t/2
; XFAIL: host-byteorder-big-endian
; By default, the exit block is the second.
; RUN: opt -insert-gcov-profiling -disable-output %t/2

View File

@ -1,6 +1,5 @@
; Test that GCOV instrumentation numbers functions correctly when some
; functions aren't emitted.
; XFAIL: host-byteorder-big-endian
; Inject metadata to set the .gcno file location
; RUN: rm -rf %t && mkdir -p %t