[test-suite] r202690 - XCore target: add support to build MultiSource/Benchmarks/MallocBench/espresso

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


Author: rlytton
Date: Mon Mar  3 05:22:11 2014
New Revision: 202690

URL: http://llvm.org/viewvc/llvm-project?rev=202690&view=rev
Log:
XCore target: add support to build MultiSource/Benchmarks/MallocBench/espresso

Modified:
    test-suite/trunk/MultiSource/Benchmarks/MallocBench/espresso/utility.c

Modified: test-suite/trunk/MultiSource/Benchmarks/MallocBench/espresso/utility.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MallocBench/espresso/utility.c?rev=202690&r1=202689&r2=202690&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MallocBench/espresso/utility.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MallocBench/espresso/utility.c Mon Mar  3 05:22:11 2014
@@ -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





More information about the llvm-commits mailing list