[test-suite] r202695 - XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/ocean

Robert Lytton robert at xmos.com
Mon Mar 3 03:22:30 PST 2014


Author: rlytton
Date: Mon Mar  3 05:22:30 2014
New Revision: 202695

URL: http://llvm.org/viewvc/llvm-project?rev=202695&view=rev
Log:
XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/ocean

Modified:
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.cpp

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C%2B%2B/ocean/ocean.cpp?rev=202695&r1=202694&r2=202695&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.cpp (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.cpp Mon Mar  3 05:22:30 2014
@@ -9,6 +9,10 @@
 
 #include <cstdlib>
 
+#if defined(__XS1B__)
+#include "xcoretestsuite.h"
+#endif
+
 //cell.cc
 Cell *Cell::getCellAt(Coordinate aCoord) {
   return cells[aCoord.getY()][aCoord.getX()];





More information about the llvm-commits mailing list