[llvm] 398694d - [gcov] Delete `XFAIL: host-byteorder-big-endian` for test/Transforms/GCOVProfiling/{exit-block.ll,function-numbering.ll}
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 6 11:59:41 PDT 2020
Author: Fangrui Song
Date: 2020-06-06T11:59:31-07:00
New Revision: 398694d7c5a7d67a9a7faa7fb771ed2dc4a7c3b4
URL: https://github.com/llvm/llvm-project/commit/398694d7c5a7d67a9a7faa7fb771ed2dc4a7c3b4
DIFF: https://github.com/llvm/llvm-project/commit/398694d7c5a7d67a9a7faa7fb771ed2dc4a7c3b4.diff
LOG: [gcov] Delete `XFAIL: host-byteorder-big-endian` for test/Transforms/GCOVProfiling/{exit-block.ll,function-numbering.ll}
Added:
Modified:
llvm/test/Transforms/GCOVProfiling/exit-block.ll
llvm/test/Transforms/GCOVProfiling/function-numbering.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/GCOVProfiling/exit-block.ll b/llvm/test/Transforms/GCOVProfiling/exit-block.ll
index 5ab3dcc9f499..202479e72e0c 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 a6b974f2934d..59bfb257b12e 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
More information about the llvm-commits
mailing list