diff options
author | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-03-04 00:22:40 +0000 |
---|---|---|
committer | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-03-04 00:22:40 +0000 |
commit | 63350ecd322675e2a3592ec7b7f7b6514a83953b (patch) | |
tree | d92d8ab7069308bb4e20b4372f2e8ad7677d4cbb | |
parent | 75c21a9428de1854b2bf8caa83254a207b37c6ad (diff) | |
download | bcm5719-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.cc | 1 |
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" |