[test-suite] r202701 - XCore target: add support to build SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls
Robert Lytton
robert at xmos.com
Mon Mar 3 03:22:52 PST 2014
Author: rlytton
Date: Mon Mar 3 05:22:52 2014
New Revision: 202701
URL: http://llvm.org/viewvc/llvm-project?rev=202701&view=rev
Log:
XCore target: add support to build SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls
Modified:
test-suite/trunk/SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.c
Modified: test-suite/trunk/SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.c?rev=202701&r1=202700&r2=202701&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.c Mon Mar 3 05:22:52 2014
@@ -3,6 +3,9 @@
* http://www.hackersdelight.org/HDcode/ntz.cc
*/
#include <stdio.h>
+#if defined(__XS1B__)
+#include "xcoretestsuite.h"
+#endif
#define u 99
More information about the llvm-commits
mailing list