[test-suite] r202694 - XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/city
Robert Lytton
robert at xmos.com
Mon Mar 3 03:22:26 PST 2014
Author: rlytton
Date: Mon Mar 3 05:22:26 2014
New Revision: 202694
URL: http://llvm.org/viewvc/llvm-project?rev=202694&view=rev
Log:
XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/city
Modified:
test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/broken_light.h
test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/main.cpp
Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/broken_light.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C%2B%2B/city/broken_light.h?rev=202694&r1=202693&r2=202694&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/broken_light.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/broken_light.h Mon Mar 3 05:22:26 2014
@@ -7,6 +7,10 @@
#include "stream.h"
#include <cstdlib>
+#if defined(__XS1B__)
+#include "xcoretestsuite.h"
+#endif
+
#define BROKEN_LIGHT_ID 1
class broken_light : public light
Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/main.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C%2B%2B/city/main.cpp?rev=202694&r1=202693&r2=202694&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/main.cpp (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/city/main.cpp Mon Mar 3 05:22:26 2014
@@ -9,6 +9,9 @@
#include "intersection.h"
#include <cstdlib>
+#if defined(__XS1B__)
+#include "xcoretestsuite.h"
+#endif
// connect r1->d1 to r2->d2
void connect(roadlet *r1, direction d1,
More information about the llvm-commits
mailing list