[test-suite] r349507 - [test-suite] Revert rL349493 (Adding CoMD Proxy App)
Brian Homerding via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 18 08:52:17 PST 2018
Author: homerdin
Date: Tue Dec 18 08:52:17 2018
New Revision: 349507
URL: http://llvm.org/viewvc/llvm-project?rev=349507&view=rev
Log:
[test-suite] Revert rL349493 (Adding CoMD Proxy App)
Test failing. Reverting till fixed.
Differential Revision: https://reviews.llvm.org/D55726
Removed:
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/CoMD/
Modified:
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt
test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile
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/CMakeLists.txt?rev=349507&r1=349506&r2=349507&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/CMakeLists.txt Tue Dec 18 08:52:17 2018
@@ -4,4 +4,3 @@ add_subdirectory(miniAMR)
add_subdirectory(miniGMG)
add_subdirectory(RSBench)
add_subdirectory(SimpleMOC)
-add_subdirectory(CoMD)
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/Makefile?rev=349507&r1=349506&r2=349507&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/Makefile Tue Dec 18 08:52:17 2018
@@ -6,7 +6,6 @@ PARALLEL_DIRS = XSBench \
Pathfinder \
miniGMG \
RSBench \
- SimpleMOC \
- CoMD
+ SimpleMOC
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list