[test-suite] r317697 - [test-suite] Revert rL317483 (HACCKernels Benchmark)
Brian Homerding via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 07:14:12 PST 2017
Author: homerdin
Date: Wed Nov 8 07:14:12 2017
New Revision: 317697
URL: http://llvm.org/viewvc/llvm-project?rev=317697&view=rev
Log:
[test-suite] Revert rL317483 (HACCKernels Benchmark)
Test breaks the AVX2 buildbot. Reverting per request.
Differential Revision: https://reviews.llvm.org/D38417
Removed:
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels/
Modified:
test-suite/trunk/LICENSE.TXT
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile
Modified: test-suite/trunk/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/LICENSE.TXT?rev=317697&r1=317696&r2=317697&view=diff
==============================================================================
--- test-suite/trunk/LICENSE.TXT (original)
+++ test-suite/trunk/LICENSE.TXT Wed Nov 8 07:14:12 2017
@@ -93,7 +93,6 @@ CLAMR: llvm-test/MultiSourc
HPCCG: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/HPCCG
PENNANT: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT
miniFE: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/miniFE
-HACCKernels: llvm-test/MultiSource/Benchmarks/DOE-ProxyApps-C++/HACCKernels
Fhourstones: llvm-test/MultiSource/Benchmarks/Fhourstones
Fhourstones-3.1: llvm-test/MultiSource/Benchmarks/Fhourstones-3.1
McCat: llvm-test/MultiSource/Benchmarks/McCat
Modified: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C%2B%2B/CMakeLists.txt?rev=317697&r1=317696&r2=317697&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt Wed Nov 8 07:14:12 2017
@@ -2,4 +2,3 @@ add_subdirectory(HPCCG)
add_subdirectory(PENNANT)
add_subdirectory(miniFE)
add_subdirectory(CLAMR)
-add_subdirectory(HACCKernels)
Modified: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C%2B%2B/Makefile?rev=317697&r1=317696&r2=317697&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/Makefile Wed Nov 8 07:14:12 2017
@@ -1,6 +1,6 @@
# MultiSource/DOE-ProxyApps-C++ Makefile: Build all subdirectories automatically
LEVEL = ../../..
-PARALLEL_DIRS = HPCCG PENNANT miniFE CLAMR HACCKernels
+PARALLEL_DIRS = HPCCG PENNANT miniFE CLAMR
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list