[test-suite] r202692 - XCore target: add support to build MultiSource/Applications/hexxagon
Robert Lytton
robert at xmos.com
Mon Mar 3 03:22:18 PST 2014
Author: rlytton
Date: Mon Mar 3 05:22:18 2014
New Revision: 202692
URL: http://llvm.org/viewvc/llvm-project?rev=202692&view=rev
Log:
XCore target: add support to build MultiSource/Applications/hexxagon
Modified:
test-suite/trunk/MultiSource/Applications/hexxagon/hexxagonmove.cpp
Modified: test-suite/trunk/MultiSource/Applications/hexxagon/hexxagonmove.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/hexxagon/hexxagonmove.cpp?rev=202692&r1=202691&r2=202692&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/hexxagon/hexxagonmove.cpp (original)
+++ test-suite/trunk/MultiSource/Applications/hexxagon/hexxagonmove.cpp Mon Mar 3 05:22:18 2014
@@ -32,6 +32,10 @@
#endif
#include <string.h>
+#ifdef __XS1B__
+#include "xcoretestsuite.h"
+#endif
+
using namespace std;
void HexxagonMoveList::addMove(HexxagonMove &move)
More information about the llvm-commits
mailing list