[compiler-rt] r336820 - Link to the correct bug number about the Mac failure for instrprof-shared-gcov-flush.test.

Marco Castelluccio via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 08:44:15 PDT 2018


Author: marco
Date: Wed Jul 11 08:44:15 2018
New Revision: 336820

URL: http://llvm.org/viewvc/llvm-project?rev=336820&view=rev
Log:
Link to the correct bug number about the Mac failure for instrprof-shared-gcov-flush.test.

Modified:
    compiler-rt/trunk/test/profile/instrprof-shared-gcov-flush.test

Modified: compiler-rt/trunk/test/profile/instrprof-shared-gcov-flush.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-shared-gcov-flush.test?rev=336820&r1=336819&r2=336820&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-shared-gcov-flush.test (original)
+++ compiler-rt/trunk/test/profile/instrprof-shared-gcov-flush.test Wed Jul 11 08:44:15 2018
@@ -1,4 +1,4 @@
-# This test fails on Mac, powerpc64 BE (https://bugs.llvm.org/show_bug.cgi?id=38121).
+# This test fails on Mac (https://bugs.llvm.org/show_bug.cgi?id=38134) and powerpc64 BE (https://bugs.llvm.org/show_bug.cgi?id=38121).
 XFAIL: darwin || powerpc64-unknown-linux-gnu
 
 RUN: mkdir -p %t.d




More information about the llvm-commits mailing list