[compiler-rt] r262675 - [powerpc] activate java_race_pc.cc on powerpc64le

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 16:22:41 PST 2016


Author: seurer
Date: Thu Mar  3 18:22:40 2016
New Revision: 262675

URL: http://llvm.org/viewvc/llvm-project?rev=262675&view=rev
Log:
[powerpc] activate java_race_pc.cc on powerpc64le

The test case compiler-rt/test/tsan/java_race_pc.cc fails on powerpc64
big endian but not little endian.

Add missing blank line.

Modified:
    compiler-rt/trunk/test/tsan/java_race_pc.cc

Modified: compiler-rt/trunk/test/tsan/java_race_pc.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/java_race_pc.cc?rev=262675&r1=262674&r2=262675&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/java_race_pc.cc (original)
+++ compiler-rt/trunk/test/tsan/java_race_pc.cc Thu Mar  3 18:22:40 2016
@@ -3,6 +3,7 @@
 // The Tsan report is returning wrong information about
 // the location of the race.
 // XFAIL: powerpc64-unknown-linux-gnu
+
 #include "java.h"
 
 




More information about the llvm-commits mailing list