[llvm-commits] [llvm-gcc-4.2] r109088 - /llvm-gcc-4.2/trunk/libgomp/testsuite/lib/libgomp.exp
Eric Christopher
echristo at apple.com
Thu Jul 22 00:14:39 PDT 2010
Author: echristo
Date: Thu Jul 22 02:14:39 2010
New Revision: 109088
URL: http://llvm.org/viewvc/llvm-project?rev=109088&view=rev
Log:
Quiet some bogus failures here on darwin by enabling nested functions.
Modified:
llvm-gcc-4.2/trunk/libgomp/testsuite/lib/libgomp.exp
Modified: llvm-gcc-4.2/trunk/libgomp/testsuite/lib/libgomp.exp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/libgomp/testsuite/lib/libgomp.exp?rev=109088&r1=109087&r2=109088&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/libgomp/testsuite/lib/libgomp.exp (original)
+++ llvm-gcc-4.2/trunk/libgomp/testsuite/lib/libgomp.exp Thu Jul 22 02:14:39 2010
@@ -134,6 +134,9 @@
if [istarget *-*-darwin*] {
lappend ALWAYS_CFLAGS "additional_flags=-shared-libgcc"
+ # LLVM LOCAL enable nested functions
+ lappend ALWAYS_CFLAGS "additional_flags=-fnested-functions"
+
}
if [istarget sparc*-*-*] {
More information about the llvm-commits
mailing list