[gcov] Delete `XFAIL: host-byteorder-big-endian` for test/Transforms/GCOVProfiling...
authorFangrui Song <maskray@google.com>
Sat, 6 Jun 2020 18:58:26 +0000 (11:58 -0700)
committerFangrui Song <maskray@google.com>
Sat, 6 Jun 2020 18:59:31 +0000 (11:59 -0700)
llvm/test/Transforms/GCOVProfiling/exit-block.ll
llvm/test/Transforms/GCOVProfiling/function-numbering.ll

index 5ab3dcc..202479e 100644 (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
index a6b974f..59bfb25 100644 (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