[llvm-commits] [llvm-gcc-4.2] r55733 - in /llvm-gcc-4.2/trunk/libgomp/testsuite/config: ./ default.exp

Bill Wendling isanbard at gmail.com
Wed Sep 3 13:56:55 PDT 2008


Author: void
Date: Wed Sep  3 15:56:55 2008
New Revision: 55733

URL: http://llvm.org/viewvc/llvm-project?rev=55733&view=rev
Log:
Add config directory to the libgomp testsuite. Syncs up with Apple's GCC r150332.

Added:
    llvm-gcc-4.2/trunk/libgomp/testsuite/config/
    llvm-gcc-4.2/trunk/libgomp/testsuite/config/default.exp

Added: llvm-gcc-4.2/trunk/libgomp/testsuite/config/default.exp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/libgomp/testsuite/config/default.exp?rev=55733&view=auto

==============================================================================
--- llvm-gcc-4.2/trunk/libgomp/testsuite/config/default.exp (added)
+++ llvm-gcc-4.2/trunk/libgomp/testsuite/config/default.exp Wed Sep  3 15:56:55 2008
@@ -0,0 +1,18 @@
+# APPLE LOCAL file mainline
+#   Copyright (C) 1997 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  
+
+load_lib "standard.exp"





More information about the llvm-commits mailing list