[compiler-rt] 93d5ae3 - [gcov] Temporarily unsupport host-byteorder-big-endian
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun May 10 11:17:54 PDT 2020
Author: Fangrui Song
Date: 2020-05-10T11:17:17-07:00
New Revision: 93d5ae3af18f3e5d4232510274d59c1b4e5b8e77
URL: https://github.com/llvm/llvm-project/commit/93d5ae3af18f3e5d4232510274d59c1b4e5b8e77
DIFF: https://github.com/llvm/llvm-project/commit/93d5ae3af18f3e5d4232510274d59c1b4e5b8e77.diff
LOG: [gcov] Temporarily unsupport host-byteorder-big-endian
Added:
Modified:
compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test b/compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
index b845303a8afd..cdbc42e1fc09 100644
--- a/compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
+++ b/compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
# atexit(3) not supported in dlopen(3)ed+dlclose(3)d DSO
XFAIL: netbsd
diff --git a/compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test b/compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
index 8d530fd452a7..d832f0b1f66a 100644
--- a/compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
+++ b/compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
# This test fails on Mac (https://bugs.llvm.org/show_bug.cgi?id=38134)
XFAIL: darwin
More information about the llvm-commits
mailing list