summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2016-03-04 00:22:40 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2016-03-04 00:22:40 +0000
commit63350ecd322675e2a3592ec7b7f7b6514a83953b (patch)
treed92d8ab7069308bb4e20b4372f2e8ad7677d4cbb
parent75c21a9428de1854b2bf8caa83254a207b37c6ad (diff)
downloadbcm5719-llvm-63350ecd322675e2a3592ec7b7f7b6514a83953b.tar.gz
bcm5719-llvm-63350ecd322675e2a3592ec7b7f7b6514a83953b.zip
[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. llvm-svn: 262675
-rw-r--r--compiler-rt/test/tsan/java_race_pc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/java_race_pc.cc b/compiler-rt/test/tsan/java_race_pc.cc
index 0f696d7e700..5f1bb077d5a 100644
--- a/compiler-rt/test/tsan/java_race_pc.cc
+++ b/compiler-rt/test/tsan/java_race_pc.cc
@@ -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"
OpenPOWER on IntegriCloud