[PATCH] test-suite: XCore target: add support to build MultiSource/Applications/lambda-0.1.3

robert lytton robert at xmos.com
Thu Feb 13 11:03:55 PST 2014


XCore target does not support getcwd() so explicitly print expected string.

http://llvm-reviews.chandlerc.com/D2769

Files:
  MultiSource/Applications/lambda-0.1.3/lambda.cc

Index: MultiSource/Applications/lambda-0.1.3/lambda.cc
===================================================================
--- MultiSource/Applications/lambda-0.1.3/lambda.cc
+++ MultiSource/Applications/lambda-0.1.3/lambda.cc
@@ -58,6 +58,10 @@
 			printf( "%s\n", cwd);
 		}
 	}
+	#elif defined(__XS1B__)
+	{
+		 printf( "lambda-0.1.3\n");
+	}
 	#else
 	{
 		char buf[MAXPATHLEN+1];
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2769.1.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/5ae049ec/attachment.bin>


More information about the llvm-commits mailing list