[PATCH] XCore target: add support to build MultiSource/Benchmarks/MallocBench/espresso

robert lytton robert at xmos.com
Thu Feb 13 11:04:45 PST 2014


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

Files:
  MultiSource/Benchmarks/MallocBench/espresso/utility.c

Index: MultiSource/Benchmarks/MallocBench/espresso/utility.c
===================================================================
--- MultiSource/Benchmarks/MallocBench/espresso/utility.c
+++ MultiSource/Benchmarks/MallocBench/espresso/utility.c
@@ -40,6 +40,10 @@
 #define IBMPC
 #endif
 
+#ifdef __XS1B__
+#define IBMPC
+#endif
+
 /* default */
 #if !defined(BSD) && !defined(UNIX10) && !defined(UNIX60) && !defined(UNIX100) && !defined(UNIX50) && !defined(IBMPC)
 #define BSD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2770.1.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/804874bb/attachment.bin>


More information about the llvm-commits mailing list