From: Diego Novillo Date: Thu, 17 Sep 2015 19:05:48 +0000 (+0000) Subject: Temporarily fix gcov failures in big-endian hosts. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=78bdd69df12d4249212c9b3b5512c520fc7a096f;p=oota-llvm.git Temporarily fix gcov failures in big-endian hosts. This test uses a gcov file generated in a little-endian host. The gcov reader does not allow different endianness, so the test fails on big endian hosts. XFAILing for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SampleProfile/gcc-simple.ll b/test/Transforms/SampleProfile/gcc-simple.ll index 9a22eb2749a..75d54bf9304 100644 --- a/test/Transforms/SampleProfile/gcc-simple.ll +++ b/test/Transforms/SampleProfile/gcc-simple.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s -; +; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc ; Original code: ; ; #include