[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/134.perl/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 20 11:50:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/134.perl:

Makefile updated: 1.2 -> 1.3

---
Log message:

Now that PR244 is fixed, this program works!


---
Diffs of the changes:  (+2 -0)

Index: llvm/test/Programs/External/SPEC/CINT95/134.perl/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/134.perl/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT95/134.perl/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT95/134.perl/Makefile:1.2	Mon Feb 16 10:25:17 2004
+++ llvm/test/Programs/External/SPEC/CINT95/134.perl/Makefile	Fri Feb 20 11:48:43 2004
@@ -2,6 +2,8 @@
 RUN_OPTIONS     := primes.pl
 STDIN_FILENAME  := primes.in
 STDOUT_FILENAME := primes.out
+REQUIRES_EH_SUPPORT = 1
+
 CPPFLAGS += -DHAVE_STRERROR -DHAS_MKDIR -DHAS_RMDIR -DI_TIME
 include ../../Makefile.spec95
 





More information about the llvm-commits mailing list