Skip to content

Commit b93e94b

Browse files
author
John Criswell
committed
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. llvm-svn: 9455
1 parent 8b83d1b commit b93e94b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/Regression/BugPoint/misopt-basictest.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
; RUN: export PATH=/usr/bin:/bin/:${PATH}
1+
; RUN: PATH=/usr/bin:/bin/:${PATH}
2+
; RUN: export PATH
23
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
34

45
%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"

0 commit comments

Comments
 (0)