diff --git a/llvm/test/Transforms/GCOVProfiling/exit-block.ll b/llvm/test/Transforms/GCOVProfiling/exit-block.ll index 5ab3dcc9f49955..202479e72e0c2d 100644 --- a/llvm/test/Transforms/GCOVProfiling/exit-block.ll +++ b/llvm/test/Transforms/GCOVProfiling/exit-block.ll @@ -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 diff --git a/llvm/test/Transforms/GCOVProfiling/function-numbering.ll b/llvm/test/Transforms/GCOVProfiling/function-numbering.ll index a6b974f2934dd4..59bfb257b12edc 100644 --- a/llvm/test/Transforms/GCOVProfiling/function-numbering.ll +++ b/llvm/test/Transforms/GCOVProfiling/function-numbering.ll @@ -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