9 lines · plain
1; RUN: llvm-dlltool -m i386 -d %s -l %t.a --temp-prefix foo2; RUN: llvm-dlltool -m i386 -d %s -l %t.a --temp-prefix=foo3; RUN: llvm-dlltool -m i386 -d %s -l %t.a -t foo4; RUN: llvm-dlltool -m i386 -d %s -l %t.a -tfoo5 6LIBRARY test.dll7EXPORTS8TestFunction9