commit | 14285c89e7e02b3deac1593e17a556262e7fd77c | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Mon Sep 15 20:02:53 2003 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Mon Sep 15 20:02:53 2003 +0000 |
tree | 280555ba32b3bce0bb362b8598bbcbd5af79bad4 | |
parent | af229bb6693d558651c88cd886eccf46a966977c [diff] [blame] |
Renamed `as' => `llvm-as', `dis' => `llvm-dis'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8544 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Assembler/2002-07-08-HugePerformanceProblem.llx b/test/Assembler/2002-07-08-HugePerformanceProblem.llx index 6335c8b..46caeae 100644 --- a/test/Assembler/2002-07-08-HugePerformanceProblem.llx +++ b/test/Assembler/2002-07-08-HugePerformanceProblem.llx
@@ -1,7 +1,7 @@ ; 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 +; RUN: ulimit -t 20; llvm-as < %s %ALL_INTERSECTIONS_METHOD = type int (%OBJECT*, %RAY*, %ISTACK*)* %BBOX = type { %BBOX_VECT, %BBOX_VECT }