[PATCH] [RFC][17/17]TILE-Gx: Enable tilegx on testsuite

Jiong WANG wong.kwongyuan.llvm at gmail.com
Mon Mar 11 01:33:07 PDT 2013


Recognize tilegx on testsuite.

Please review, thanks.

---
Regards,
Jiong
Tilera Corporation

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

Files:
  autoconf/config.guess
  configure

Index: autoconf/config.guess
===================================================================
--- autoconf/config.guess
+++ autoconf/config.guess
@@ -906,6 +906,9 @@
     m68*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
+    tilegx*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
     mips:Linux:*:* | mips64:Linux:*:*)
 	eval $set_cc_for_build
 	sed 's/^	//' << EOF >$dummy.c
Index: configure
===================================================================
--- configure
+++ configure
@@ -2313,6 +2313,7 @@
   bfin-*)                 llvm_cv_target_arch="Blackfin" ;;
   mblaze-*)               llvm_cv_target_arch="MBlaze" ;;
   ptx-*)                  llvm_cv_target_arch="PTX" ;;
+  tilegx*-*)              llvm_cv_target_arch="Tile" ;;
   *)                      llvm_cv_target_arch="Unknown" ;;
 esac
 fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D527.1.patch
Type: text/x-patch
Size: 853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130311/32b6d9b8/attachment.bin>


More information about the llvm-commits mailing list