[llvm-commits] CVS: llvm/test/Regression/Assembler/2002-07-08-HugePerformanceProblem.llx
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 23 10:53:01 PST 2003
Changes in directory llvm/test/Regression/Assembler:
2002-07-08-HugePerformanceProblem.llx updated: 1.1 -> 1.2
---
Log message:
Limit the amount of time the test will run
---
Diffs of the changes:
Index: llvm/test/Regression/Assembler/2002-07-08-HugePerformanceProblem.llx
diff -u llvm/test/Regression/Assembler/2002-07-08-HugePerformanceProblem.llx:1.1 llvm/test/Regression/Assembler/2002-07-08-HugePerformanceProblem.llx:1.2
--- llvm/test/Regression/Assembler/2002-07-08-HugePerformanceProblem.llx:1.1 Tue Jul 9 14:58:06 2002
+++ llvm/test/Regression/Assembler/2002-07-08-HugePerformanceProblem.llx Thu Jan 23 10:52:04 2003
@@ -1,6 +1,8 @@
; This file takes about 48 __MINUTES__ to assemble using as. This is WAY too
; long. The type resolution code needs to be sped up a lot.
+; RUN: ulimit -t 20; as < %s
+
%ALL_INTERSECTIONS_METHOD = type int (%OBJECT*, %RAY*, %ISTACK*)*
%BBOX = type { %BBOX_VECT, %BBOX_VECT }
%BBOX_TREE = type { short, short, %BBOX, %BBOX_TREE** }
More information about the llvm-commits
mailing list