[llvm-commits] [release_1] CVS: llvm/test/Regression/BugPoint/misopt-basictest.ll
John Criswell
criswell at cs.uiuc.edu
Thu Oct 23 19:50:01 PDT 2003
Changes in directory llvm/test/Regression/BugPoint:
misopt-basictest.ll updated: 1.2 -> 1.2.4.1
---
Log message:
Fixed the syntax for Solaris /bin/sh.
In pre-historic times, you couldn't assign and export a variable at the
same time in /bin/sh. Solaris still can't.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/Regression/BugPoint/misopt-basictest.ll
diff -u llvm/test/Regression/BugPoint/misopt-basictest.ll:1.2 llvm/test/Regression/BugPoint/misopt-basictest.ll:1.2.4.1
--- llvm/test/Regression/BugPoint/misopt-basictest.ll:1.2 Fri Aug 1 18:29:59 2003
+++ llvm/test/Regression/BugPoint/misopt-basictest.ll Thu Oct 23 19:49:47 2003
@@ -1,4 +1,5 @@
-; RUN: export PATH=/usr/bin:/bin/:${PATH}
+; RUN: PATH=/usr/bin:/bin/:${PATH}
+; RUN: export PATH
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"
More information about the llvm-commits
mailing list